Re: How to dump JUST procedures/funnctions?

Поиск
Список
Период
Сортировка
От A. Kretschmer
Тема Re: How to dump JUST procedures/funnctions?
Дата
Msg-id 20100321074244.GA23565@a-kretschmer.de
обсуждение исходный текст
Ответ на Re: How to dump JUST procedures/funnctions?  ("Carlo Stonebanks" <stonec.register@sympatico.ca>)
Ответы Re: How to dump JUST procedures/funnctions?  ("Carlo Stonebanks" <stonec.register@sympatico.ca>)
Список pgsql-general
In response to Carlo Stonebanks :
> Is pg_get_functiondef an 8.4 appears to be an 8.4 function?

Yes, new since 8.4.


>
> I don't see it in the 8.3 documentation and the servers in question are all
> 8.3.
>
> Any alternatives for 8.3? pg_proc has the code body, but not the function
> declaration, etc.

Afaik no, you can make a schema-dump and extract the function
declarations from the dump.

Or, upgrade to 8.4 ;-)


Regards, Andreas
--
Andreas Kretschmer
Kontakt:  Heynitz: 035242/47150,   D1: 0160/7141639 (mehr: -> Header)
GnuPG: 0x31720C99, 1006 CCB4 A326 1D42 6431  2EB0 389D 1DC2 3172 0C99

В списке pgsql-general по дате отправления:

Предыдущее
От: Nilesh Govindarajan
Дата:
Сообщение: Re: Wordpress-Mu with postgresql
Следующее
От: "A. Kretschmer"
Дата:
Сообщение: Re: Help me with this tricky join