Attempt to standardize formatting of psql queries.

Robert Haas <rhaas@postgresql.org>

Commit: 5ac6b767893281cab5c974b039400118851d548b
Author: Robert Haas <rhaas@postgresql.org>
Date: 2011-07-06T14:11:20Z
Releases: 9.2.0
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.

Files

PathChange+/−
src/bin/psql/describe.c modified +24 −24