| From: | tgl(at)svr1(dot)postgresql(dot)org (Tom Lane) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql-server/ oc/src/sgml/ref/pg_dump.sgml oc/ ... |
| Date: | 2003-06-11 16:29:42 |
| Message-ID: | 20030611162942.819CF30E394@svr1.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)svr1(dot)postgresql(dot)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.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2003-06-11 18:01:15 | pgsql-server/ oc/src/sgml/runtime.sgml rc/back ... |
| Previous Message | Tom Lane | 2003-06-11 15:28:56 | pgsql-server/doc/src/sgml cvs.sgml |