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

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Change format of SQL/MED generic options in psql backslash comma
Date: 2011-08-25 16:48:56
Message-ID: E1Qwd6u-0006G8-SJ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-08-25 17:56:11 pgsql: Add "%option warn" to all flex input files that lacked it.
Previous Message Robert Haas 2011-08-25 16:39:12 pgsql: Properly quote SQL/MED generic options in pg_dump output.