Re: How can I display the contents of a function?

Поиск
Список
Период
Сортировка
От Igor Katson
Тема Re: How can I display the contents of a function?
Дата
Msg-id 49747AA2.6020501@gmail.com
обсуждение исходный текст
Ответ на How can I display the contents of a function?  ("Thom Brown" <thombrown@gmail.com>)
Список pgsql-general
Thom Brown wrote:
> I would like to see what's in a function.  I can do this if I use
> pgAdmin III just by clicking on the function, and it appears in the
> SQL pane opposite.  But how is this done?  Is there a command like
> DESCRIBE FUNCTION logging.do_stuff; ?  And if possible, doing this
> without psql.
>
> Thanks
>
> Thom
You can do
\df+ function_name(arg type, arg type...)
in psql

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

Предыдущее
От: "A. Kretschmer"
Дата:
Сообщение: Re: How can I display the contents of a function?
Следующее
От: "Thom Brown"
Дата:
Сообщение: Re: How can I display the contents of a function?