Re: pg_dump option to dump only functions - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: pg_dump option to dump only functions
Date
Msg-id 200510120257.j9C2vf016273@candle.pha.pa.us
Whole thread Raw
In response to Re: pg_dump option to dump only functions  (Tino Wildenhain <tino@wildenhain.de>)
List pgsql-hackers
Tino Wildenhain wrote:
> > Proposed TODO entries for pg_dump:
> > 
> > * Allow selection of individual object(s) of all types, not just tables
> > * In a selective dump, allow dumping of all dependencies of the objects
> 
> May I suggest the implementation of -l / -L like pg_restore has?
> So you can work the same way to produce the list of objects
> to dump and manipulate them - as well as adding the depencies
> tracking option to pg_restore?

Good idea, added:
        o Add options like pg_restore -l and -L to pg_dump

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: database vacuum from cron hanging
Next
From: Bruce Momjian
Date:
Subject: Re: How TODO prevent PQfnumber() from lowercasing?