pgsql-server/ oc/src/sgml/ref/pg_dump.sgml oc/ ...

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql-server/ oc/src/sgml/ref/pg_dump.sgml oc/ ...
Дата
Msg-id 20030611162942.819CF30E394@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@svr1.postgresql.org    03/06/11 13:29:42

Modified files:
    doc/src/sgml/ref: pg_dump.sgml pg_restore.sgml
    src/bin/pg_dump: pg_dump.c pg_restore.c

Log message:
    pg_dump and pg_restore were stripping quotes and downcasing some but
    not all SQL identifiers taken from command line arguments.  We decided
    years ago that that was a bad idea: identifiers taken from the command
    line should be treated as literally correct.  Remove the inconsistent
    code that has crept in recently.  Also fix pg_dump so that the combination
    of --schema and --table does what you'd expect, namely dump exactly one
    table from exactly one schema.  Per gripe from Deepak Bhole of Red Hat.


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

Предыдущее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql-server/doc/src/sgml cvs.sgml
Следующее
От: momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql-server/ oc/src/sgml/runtime.sgml rc/back ...