pgsql: Make \watch respect the user's \pset null setting.

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема pgsql: Make \watch respect the user's \pset null setting.
Дата
Msg-id E1Xu37m-00041X-KD@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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 what
the presentation should be like, since it knows what SQL query
it'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.

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/0ec68a083b0619eaf48f7249a6659216c9fe5e35

Modified Files
--------------
src/bin/psql/command.c |    1 -
1 file changed, 1 deletion(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Fujii Masao
Дата:
Сообщение: pgsql: Make \watch respect the user's \pset null setting.
Следующее
От: Fujii Masao
Дата:
Сообщение: pgsql: Make \watch respect the user's \pset null setting.