pgsql: Change format of SQL/MED generic options in psql backslash comma - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Change format of SQL/MED generic options in psql backslash comma
Date
Msg-id E1Qwd6u-0006G8-SJ@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Properly quote SQL/MED generic options in pg_dump output.
Next
From: Tom Lane
Date:
Subject: pgsql: Add "%option warn" to all flex input files that lacked it.