Re: Can I see a content of function

Поиск
Список
Период
Сортировка
От Oliver Elphick
Тема Re: Can I see a content of function
Дата
Msg-id 1017049392.1228.137.camel@linda
обсуждение исходный текст
Ответ на Can I see a content of function  (Masakazu Ichimura <m.ichimura@nihontechno.co.jp>)
Список pgsql-novice
On Mon, 2002-03-25 at 09:16, Masakazu Ichimura wrote:
> Hi,
>
> I'm using RedHat Linux7.2/PostgreSQL7.1.3,and
> Can the contents of created function be displayed?
> I'm troubled,Since only an outline is displayed by '\df'.

SELECT prosrc FROM pg_proc WHERE proname = 'name_of_the_function';

--
Oliver Elphick                                Oliver.Elphick@lfix.co.uk
Isle of Wight                              http://www.lfix.co.uk/oliver
GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839  932A 614D 4C34 3E1D 0C1C

     "Why are you downcast, O my soul? Why so disturbed
      within me? Put your hope in God, for I will yet praise
      Him, my Saviour and my God."       Psalm 42:11

Вложения

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

Предыдущее
От: Masakazu Ichimura
Дата:
Сообщение: Can I see a content of function
Следующее
От: Daniel Grob
Дата:
Сообщение: Re: rules over multiple tables