Change format of SQL/MED generic options in psql backslash commands.
Robert Haas <rhaas@postgresql.org>
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
| Path | Change | +/− |
|---|---|---|
| src/bin/psql/describe.c | modified | +32 −7 |
| src/test/regress/expected/foreign_data.out | modified | +173 −172 |
| src/test/regress/sql/foreign_data.sql | modified | +5 −5 |