pgsql: Attempt to standardize formatting of psql queries.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Attempt to standardize formatting of psql queries.
Date: 2011-07-06 14:13:55
Message-ID: E1QeSrT-0000Pg-6E@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2011-07-06 15:58:20 pgsql: Add \ir command to psql.
Previous Message Tom Lane 2011-07-05 22:46:19 pgsql: Call FDW validator functions even when the options list is empty