pgsql: Attempt to standardize formatting of psql queries.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Attempt to standardize formatting of psql queries.
Дата
Msg-id E1QeSrT-0000Pg-6E@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Attempt to standardize formatting of psql queries.

Most queries end with a backslash, but not a newline, so try to
standardize on that, for the convenience of people using psql -E to
extract queries.

Josh Kupershmidt, reviewed by Merlin Moncure.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5ac6b767893281cab5c974b039400118851d548b

Modified Files
--------------
src/bin/psql/describe.c |   48 +++++++++++++++++++++++-----------------------
1 files changed, 24 insertions(+), 24 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Call FDW validator functions even when the options list is empty
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Add \ir command to psql.