- Notifications
You must be signed in to change notification settings - Fork5
Commita5eb85e
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 parente656f5d commita5eb85e
1 file changed
+0
-1
lines changedLines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2868 | 2868 |
| |
2869 | 2869 |
| |
2870 | 2870 |
| |
2871 |
| - | |
2872 | 2871 |
| |
2873 | 2872 |
| |
2874 | 2873 |
| |
|
0 commit comments
Comments
(0)