Re: How can we see details of function in psql prompt

Поиск
Список
Период
Сортировка
От AmitKumar Jain
Тема Re: How can we see details of function in psql prompt
Дата
Msg-id 493CE50D.9030705@synechron.com
обсуждение исходный текст
Ответ на Re: How can we see details of function in psql prompt  ("Milen A. Radev" <milen@radev.net>)
Ответы Re: How can we see details of function in psql prompt  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Список pgsql-admin
Hi,

\df will only give information aboutt its owner,argument,return type not
its complete definition.

I need to know the definition of function "record_part('test)"  through
psql prompt  so is there any way to see it from psql prompt.

Milen A. Radev wrote:
> AmitKumar Jain написа:
>
>> Hi,
>>
>> 1. Could any one please suggest me that how can I see the details of
>> function through psql prompt.
>>
> [...]
>
> \df+
>
> (http://www.postgresql.org/docs/current/static/app-psql.html)
>
>
>

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

Предыдущее
От: "Milen A. Radev"
Дата:
Сообщение: Re: How can we see details of function in psql prompt
Следующее
От: Isabella Ghiurea
Дата:
Сообщение: dba and tables spaces questions