Re: Show stored function code

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: Show stored function code
Дата
Msg-id CAHyXU0wFOqO9J+QEp1iyMC41DWXLJi9WovB1bjmfT3G+HZ8YSA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Show stored function code  (Mephysto <mephystoonhell@gmail.com>)
Ответы Re: Show stored function code  (mephysto <mephystoonhell@gmail.com>)
Список pgsql-novice
On Wed, Mar 28, 2012 at 9:05 AM, Mephysto <mephystoonhell@gmail.com> wrote:
> Oh, I'm sorry.
>
> My function are written in sql and plpgsql.

the source code should be in pg_proc.  try a schema only dump with
pg_dump -s and see if your code is there.  either you are querying
your functions wrong (upper/lower case issue?) or something else is
wrong, like the functions are not there.

merlin

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

Предыдущее
От: JORGE MALDONADO
Дата:
Сообщение: How to pg_dump v9.0 with v9.1
Следующее
От: mephysto
Дата:
Сообщение: Re: Show stored function code