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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
