Re: viewing function source code

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: viewing function source code
Дата
Msg-id 24508.1093931988@sss.pgh.pa.us
обсуждение исходный текст
Ответ на viewing function source code  ("Pradeepkumar, Pyatalo (IE10)" <Pradeepkumar.Pyatalo@honeywell.com>)
Список pgsql-novice
"Pradeepkumar, Pyatalo (IE10)" <Pradeepkumar.Pyatalo@honeywell.com> writes:
> Is there a way wherein I can
> look into the function sourcecode from within the database.

\df+ ... but really what you want to do is run pg_dump (possibly with -s
option) to extract the function definitions in a reloadable form.

            regards, tom lane

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

Предыдущее
От: "Pradeepkumar, Pyatalo (IE10)"
Дата:
Сообщение: viewing function source code
Следующее
От: "Pradeepkumar, Pyatalo (IE10)"
Дата:
Сообщение: Re: viewing function source code