]> granicus.if.org Git - postgresql/commit
Change format of SQL/MED generic options in psql backslash commands.
authorRobert Haas <rhaas@postgresql.org>
Thu, 25 Aug 2011 16:47:30 +0000 (12:47 -0400)
committerRobert Haas <rhaas@postgresql.org>
Thu, 25 Aug 2011 16:47:30 +0000 (12:47 -0400)
commit0371d4d0632221957a60d4cdb70a898caf7ce6cf
tree30bc9af27c4a137ce18beaac0db462325fa8fde6
parent0a803d65e4ae1f6817dcc196f7e59f36e438df52
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
src/bin/psql/describe.c
src/test/regress/expected/foreign_data.out
src/test/regress/sql/foreign_data.sql