Re: Show stored function code

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: Show stored function code
Дата
Msg-id CAHyXU0yaT6wS2ce=njHKXnBaabYpst=YX4dk2bMmG8UJMYUDRw@mail.gmail.com
обсуждение исходный текст
Ответ на 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 8:33 AM, mephysto <mephystoonhell@gmail.com> wrote:
> Hello,
> I'm trying to execute search in my stored functions code, but I have some
> difficulties. I'm using postgres 9.1.3, and if I execeute this query
>
> SELECT prosrc FROM pg_proc WHERE proname = <function name>;
>
> I retrieve an empty column for all my custom stored functions.
>
> Are I committing some errors?
> Is there an alternative way to achieve my goal?

That should work. What language are your functions written in?

merlin

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

Предыдущее
От: mephysto
Дата:
Сообщение: Re: application_name
Следующее
От: Mephysto
Дата:
Сообщение: Re: Show stored function code