psql command setting

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема psql command setting
Дата
Msg-id 1215261367.4051.286.camel@ebony.site
обсуждение исходный текст
Ответы Re: psql command setting  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
Recent patch allowed \timing [on|off]

This patch allows same option on all remaining toggles, so every option
works in the same way. We now have the ability to do
\a [on|off]
\H [on|off]

Patch also corrects help, which didn't show that \x and \t could already
be directly set, even though help said they were toggles.

--
 Simon Riggs           www.2ndQuadrant.com
 PostgreSQL Training, Services and Support

Вложения

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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Bug fix for pg_standby keepfiles calculation
Следующее
От: Simon Riggs
Дата:
Сообщение: pgbench minor fixes