pgsql: Attempt to standardize formatting of psql queries. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Attempt to standardize formatting of psql queries.
Date
Msg-id E1QeSrT-0000Pg-6E@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Call FDW validator functions even when the options list is empty
Next
From: Robert Haas
Date:
Subject: pgsql: Add \ir command to psql.