pg_dump, COPY and inheritance - Mailing list pgsql-general

From Andrew Lazarus
Subject pg_dump, COPY and inheritance
Date
Msg-id 803224989.20080609154300@pillette.com
Whole thread Raw
Responses Re: pg_dump, COPY and inheritance  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
I was surprised to find out that in my pg_dumpall, inherited tables
(which have no extra columns) come out empty. All of the data are in
the base table. I was doing a dump to upgrade from 8.2 to 8.3, and
this means that I have to split the base table up by hand. (Constraint
exclusion on child tables is very useful in the domain.)

Shouldn't pg_dump do a (not yet implemented)

COPY ONLY basetable TO stdout ?
COPY ONLY childtable TO stdout ?



--
Sincerely,
 Andrew Lazarus                         mailto:andrew@pillette.com
Attachment

pgsql-general by date:

Previous
From: Craig Ringer
Date:
Subject: Re: fitler database list
Next
From: Tom Lane
Date:
Subject: Re: pg_dump, COPY and inheritance