Change format of SQL/MED generic options in psql backslash commands.

Robert Haas <rhaas@postgresql.org>

Commit: 0371d4d0632221957a60d4cdb70a898caf7ce6cf
Author: Robert Haas <rhaas@postgresql.org>
Date: 2011-08-25T16:47:30Z
Releases: 9.2.0
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

Files