Обсуждение: pgsql: Don't elide blank lines when accumulating psql command history.

Поиск
Список
Период
Сортировка

pgsql: Don't elide blank lines when accumulating psql command history.

От
Robert Haas
Дата:
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
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/90bbeb195deed468decbd03af713512a990c1938

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