Re: pg_dump option to dump only functions

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: pg_dump option to dump only functions
Дата
Msg-id 200510120257.j9C2vf016273@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: pg_dump option to dump only functions  (Tino Wildenhain <tino@wildenhain.de>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: database vacuum from cron hanging
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: How TODO prevent PQfnumber() from lowercasing?