Functions and procedures code!!!!

Поиск
Список
Период
Сортировка
От Freddy Menjívar M.
Тема Functions and procedures code!!!!
Дата
Msg-id LAW10-OE40qGH6h9HXy00015048@hotmail.com
обсуждение исходный текст
Ответы Re: Functions and procedures code!!!!  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
is there any way to get user's
functions and procedures
code from postgresql system catalog.
 
if a create a function something like
 
----------------------------------------
CREATE OR REPLACE FUNCTION myfunction()
RETURNS INTEGER
 
AS'
BEGIN
    my code ....;
END;
' LANGUAGE 'plpgsql';
----------------------------------------
How can I retrieve "my code"?

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

Предыдущее
От: "scott.marlowe"
Дата:
Сообщение: Re: plPHP -- sort of an announcement.. but not commercial
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Is there any place to get 7.4 win binaries ?