pgsql/src/bin/pg_dump pg_dump.c

Started by Tom Laneover 25 years ago3 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl@hub.org 01/04/04 22:50:02

Modified files:
src/bin/pg_dump: pg_dump.c

Log message:
pg_dump needs to use ONLY when selecting data from user tables, in case
they have children. As it stood, -d dump mode was badly broken.

#2Philip Warner
pjw@rhyme.com.au
In reply to: Tom Lane (#1)
Re: pgsql/src/bin/pg_dump pg_dump.c

At 22:50 4/04/01 -0400, Tom Lane wrote:

Log message:
pg_dump needs to use ONLY when selecting data from user tables, in case
they have children. As it stood, -d dump mode was badly broken.

Does this apply to 7.0? I'm still thinking of a 7.0 compatibility mode...

----------------------------------------------------------------
Philip Warner | __---_____
Albatross Consulting Pty. Ltd. |----/ - \
(A.B.N. 75 008 659 498) | /(@) ______---_
Tel: (+61) 0500 83 82 81 | _________ \
Fax: (+61) 0500 83 82 82 | ___________ |
Http://www.rhyme.com.au | / \|
| --________--
PGP key available upon request, | /
and from pgp5.ai.mit.edu:11371 |/

#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Philip Warner (#2)
Re: pgsql/src/bin/pg_dump pg_dump.c

Philip Warner <pjw@rhyme.com.au> writes:

At 22:50 4/04/01 -0400, Tom Lane wrote:

pg_dump needs to use ONLY when selecting data from user tables, in case
they have children. As it stood, -d dump mode was badly broken.

Does this apply to 7.0? I'm still thinking of a 7.0 compatibility mode...

Nope, 7.0 will not accept that syntax.

regards, tom lane