Re: Quering complete PLPGSQL code

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: Quering complete PLPGSQL code
Дата
Msg-id 53C466DF.701@hogranch.com
обсуждение исходный текст
Ответ на Quering complete PLPGSQL code  (Néstor Boscán <nestorjb@gmail.com>)
Список pgsql-general
On 7/14/2014 3:33 PM, Néstor Boscán wrote:
>
> 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_dump can do that...  to see how to do it yourself, you'll need to
look at the pg_dump code, its fairly complex.


--
john r pierce                                      37N 122W
somewhere on the middle of the left coast



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

Предыдущее
От: Jerry Sievers
Дата:
Сообщение: Re: Quering complete PLPGSQL code
Следующее
От: Néstor Boscán
Дата:
Сообщение: Re: Quering complete PLPGSQL code