pgsql: Change format of SQL/MED generic options in psql backslash comma

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Change format of SQL/MED generic options in psql backslash comma
Дата
Msg-id E1Qwd6u-0006G8-SJ@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Change format of SQL/MED generic options in psql backslash commands.

Rather than dumping out the raw array as PostgreSQL represents it
internally, we now print it out in a format similar to the one in
which the user input it, which seems a lot more user friendly.

Shigeru Hanada

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0371d4d0632221957a60d4cdb70a898caf7ce6cf

Modified Files
--------------
src/bin/psql/describe.c                    |   39 +++-
src/test/regress/expected/foreign_data.out |  345 ++++++++++++++--------------
src/test/regress/sql/foreign_data.sql      |   10 +-
3 files changed, 210 insertions(+), 184 deletions(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Properly quote SQL/MED generic options in pg_dump output.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Add "%option warn" to all flex input files that lacked it.