Re: How to view the code of a function

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Re: How to view the code of a function
Дата
Msg-id hft74q$kjv$1@ger.gmane.org
обсуждение исходный текст
Ответ на How to view the code of a function  (Venkateswara Rao Bondada <Venkateswara_B@infosys.com>)
Список pgsql-admin
Venkateswara Rao Bondada, 11.12.2009 10:58:
> I’m trying to look at the source code of a function in PostgreSQL. Could
> anybody please let me know how to view the same?
>

select pg_catalog.pg_get_functiondef(oid)
from pg_proc

http://www.postgresql.org/docs/current/static/functions-info.html


As an alternative use a GUI tool that does this for you
http://wiki.postgresql.org/wiki/Community_Guide_to_PostgreSQL_GUI_Tools

Thomas

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

Предыдущее
От: Venkateswara Rao Bondada
Дата:
Сообщение: How to view the code of a function
Следующее
От: Sam Jas
Дата:
Сообщение: Re: How to view the code of a function