pgsql: Add sanity check to ensure delimiter and quote are different in

Поиск
Список
Период
Сортировка
От adunstan@postgresql.org (Andrew Dunstan)
Тема pgsql: Add sanity check to ensure delimiter and quote are different in
Дата
Msg-id 20071230144652.69D837540F0@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Add sanity check to ensure delimiter and quote are different in CSV mode

Modified Files:
--------------
    pgsql/src/backend/commands:
        copy.c (r1.293 -> r1.294)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/copy.c?r1=1.293&r2=1.294)

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: pgsql: Update TODO list based on 8.3 completed items: < * Allow major
Следующее
От: alvherre@postgresql.org (Alvaro Herrera)
Дата:
Сообщение: pgsql: Add missing return code checks in the uuid-ossp contrib module,