pgsql-server/ oc/src/sgml/ref/pg_dump.sgml oc/ ... - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql-server/ oc/src/sgml/ref/pg_dump.sgml oc/ ...
Date
Msg-id 20030611162942.819CF30E394@svr1.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql-server/doc/src/sgml cvs.sgml
Next
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql-server/ oc/src/sgml/runtime.sgml rc/back ...