forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4b19530
committed
Make \watch respect the user's \pset null setting.
Previously \watch always ignored the user's \pset null setting.\pset null setting should be ignored for \d and similar queries.For those, the code can reasonably have an opinion about whatthe presentation should be like, since it knows what SQL queryit's issuing. This argument surely doesn't apply to \watch,so this commit makes \watch use the user's \pset null setting.Back-patch to 9.3 where \watch was added.1 parent75bac64 commit4b19530
1 file changed
+0
-1
lines changedLines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2585 | 2585 |
| |
2586 | 2586 |
| |
2587 | 2587 |
| |
2588 |
| - | |
2589 | 2588 |
| |
2590 | 2589 |
| |
2591 | 2590 |
| |
|
0 commit comments
Comments
(0)