Attempt to standardize formatting of psql queries.
Most queries end with a backslash, but not a newline, so try to
standardize on that, for the convenience of people using psql -E to
extract queries.
Josh Kupershmidt, reviewed by Merlin Moncure.
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/5ac6b767893281cab5c974b039400118851d548b
Modified Files
--------------
src/bin/psql/describe.c | 48 +++++++++++++++++++++++-----------------------
1 files changed, 24 insertions(+), 24 deletions(-)
pgsql-committers by date
| Next: | From: Robert Haas | Date: 2011-07-06 15:58:20 |
| Subject: pgsql: Add \ir command to psql. |
| Previous: | From: Tom Lane | Date: 2011-07-05 22:46:19 |
| Subject: pgsql: Call FDW validator functions even when the options list isempty |