pgsql-server/ oc/src/sgml/ref/psql-ref.sgml rc ...

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql-server/ oc/src/sgml/ref/psql-ref.sgml rc ...
Дата
Msg-id 20021019002214.A47BC476936@postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@postgresql.org    02/10/18 20:22:14

Modified files:
    doc/src/sgml/ref: psql-ref.sgml
    src/bin/psql   : copy.c stringutils.c stringutils.h

Log message:
    Fix psql's \copy to accept table names containing schemas, as well as
    a column list.  Bring its parsing of quoted names and quoted strings
    somewhat up to speed --- I believe it now handles all non-error cases
    the same way the backend would, but weird boundary conditions are not
    necessarily done the same way.


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

Предыдущее
От: petere@postgresql.org (Peter Eisentraut - PostgreSQL)
Дата:
Сообщение: pgsql-server/src backend/postmaster/postmaster ...
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql-server/src/backend/commands copy.c