Attempt to standardize formatting of psql queries.
authorRobert Haas <rhaas@postgresql.org>
Wed, 6 Jul 2011 14:11:20 +0000 (10:11 -0400)
committerRobert Haas <rhaas@postgresql.org>
Wed, 6 Jul 2011 14:11:20 +0000 (10:11 -0400)
commit5ac6b767893281cab5c974b039400118851d548b
tree802aef0098366327cbfdefbfbd21899a06dffcfd
parent6e6cc5910b6b5db5e3662dc389e749763e5717f5
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.
src/bin/psql/describe.c