Re: Quering complete PLPGSQL code

Поиск
Список
Период
Сортировка
От Jerry Sievers
Тема Re: Quering complete PLPGSQL code
Дата
Msg-id 8638e3ed8m.fsf@jerry.enova.com
обсуждение исходный текст
Ответ на Quering complete PLPGSQL code  (Néstor Boscán <nestorjb@gmail.com>)
Ответы Re: Quering complete PLPGSQL code  (Néstor Boscán <nestorjb@gmail.com>)
Список pgsql-general
Néstor Boscán <nestorjb@gmail.com> writes:

> Hi
>
> I want to get the PLPGSQL code from the PostgreSQL 9.1 database. I've used pg_proc that only gives me the body of the
code.Is there a Postgres function that can build 
> all the code?

pg_get_functiondef(oid)


>
> Regards,
>
> Néstor
>

--
Jerry Sievers
Postgres DBA/Development Consulting
e: postgres.consulting@comcast.net
p: 312.241.7800


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

Предыдущее
От: Jeff Janes
Дата:
Сообщение: Re: Why corruption memory in one database affects all the cluster?
Следующее
От: John R Pierce
Дата:
Сообщение: Re: Quering complete PLPGSQL code