Re: db partial dumping with pg_dump - Mailing list pgsql-hackers

From Oleg Bartunov
Subject Re: db partial dumping with pg_dump
Date
Msg-id Pine.GSO.4.44.0208131600150.1769-200000@ra.sai.msu.su
Whole thread Raw
In response to Re: db partial dumping with pg_dump  (Rod Taylor <rbt@zort.ca>)
Responses Re: db partial dumping with pg_dump  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On 13 Aug 2002, Rod Taylor wrote:

> On Tue, 2002-08-13 at 07:49, Oleg Bartunov wrote:
> > We have a patch for pg_dump which adds a possibility to dump
> > a part of table, for example:
> >
> > dump Top.Science.Astronomy heirarchy from dmoz catalog
> >
> > pg_dump -d -t dmoz -w "select * from dmoz where path <@ 'Top.Science.Astronomy'" dmoz
> >
> > We found it's very useful. We'd like to extend it to use also with COPY
> > but it has no support for select (of course it will works only for
> > special case when ALL columns retrieved).
> >
> > The question is: Is't worth to submit patch for pg_dump and look into
> > copy code ?
>
> I've been asked by co-workers for information on how to do this type of
> thing.  They do partial table dumps to a development system for the
> purpose of finding / eliminating bugs.
>
> That said, it may be smart to make the 'select * from <table>' part
> yourself, and let the user supply a where clause.
>

find patch (7.2) in attachement. Note, it works with -d (insert mode) option.

>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo@postgresql.org so that your
> message can get through to the mailing list cleanly
>
Regards,    Oleg
_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83

pgsql-hackers by date:

Previous
From: Rod Taylor
Date:
Subject: Re: db partial dumping with pg_dump
Next
From: Oliver Elphick
Date:
Subject: Re: [GENERAL] Linux Largefile Support In Postgresql RPMS