pgsql-server/src/bin/psql copy.c

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql-server/src/bin/psql copy.c
Дата
Msg-id 20040128221404.E2564D1BB52@svr1.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql-server/src/bin/psql copy.c  (Neil Conway <neilc@samurai.com>)
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@svr1.postgresql.org    04/01/28 18:14:04

Modified files:
    src/bin/psql   : copy.c

Log message:
    Make USING and WITH optional to bring the syntax of \copy into exact
    agreement with what the backend grammar actually accepts (which is a
    bit looser than what its documentation claims).  Per report from Bill
    Moran, though I did not use his patch since it removed all the
    undocumented flexibility that the code historically had and the backend
    still has.


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

Предыдущее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql-server/src/backend access/transam/slru.c ...
Следующее
От: Neil Conway
Дата:
Сообщение: Re: pgsql-server/src/bin/psql copy.c