pgsql: Fix psql's \copy to not insert spaces around dots and commas in

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Fix psql's \copy to not insert spaces around dots and commas in
Дата
Msg-id 20100415210523.676B07541D0@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix psql's \copy to not insert spaces around dots and commas in the text of
the SELECT query in \copy (SELECT ...) commands.  This is unnecessary and
breaks numeric literals, as seen in bug #5411 from Vitalii Tymchyshyn.

This change has already been made in passing in HEAD; backpatch to 8.2
through 8.4 (earlier releases don't have COPY (SELECT ...) at all).

Tags:
----
REL8_2_STABLE

Modified Files:
--------------
    pgsql/src/bin/psql:
        copy.c (r1.71.2.2 -> r1.71.2.3)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/copy.c?r1=1.71.2.2&r2=1.71.2.3)

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix psql's \copy to not insert spaces around dots and commas in
Следующее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Document that autovacuum cannot vacuum or analyze temporary