Re: Help! How to find the definition of a user-defined function

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: Help! How to find the definition of a user-defined function
Дата
Msg-id Pine.BSF.4.10.10009110911220.11606-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на Help! How to find the definition of a user-defined function  (Erich <hh@cyberpass.net>)
Список pgsql-general
Right now, you can find the text via:

SELECT prosrc from pg_proc where proname=<name>;


Stephan Szabo
sszabo@bigpanda.com

On Sun, 10 Sep 2000, Erich wrote:

>
> I defined a function in PL/pgsql using CREATE FUNCTION.  Is there a
> way to view the function that is now defined?  I read through all the
> docs, and I couldn't find anything that seemed like it would work.


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

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: Column name case conversion
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Another problem with indices?