pgsql: Don't elide blank lines when accumulating psql command history. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Don't elide blank lines when accumulating psql command history.
Date
Msg-id E1RQUQn-00080L-Nw@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Don't elide blank lines when accumulating psql command history.

This can change the meaning of queries, if the blank line happens to
occur in the middle of a quoted literal, as per complaint from Tomas Vondra.

Back-patch to all supported branches.

Branch
------
REL8_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/692ca693b90667fbbf25b8e8fc99c120543df114

Modified Files
--------------
src/bin/psql/input.c |    4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Don't elide blank lines when accumulating psql command history.
Next
From: Robert Haas
Date:
Subject: pgsql: Don't elide blank lines when accumulating psql command history.