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

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: How can we see details of function in psql prompt
Дата
Msg-id 49476BB9.EE98.0025.0@wicourts.gov
обсуждение исходный текст
Ответ на Re: How can we see details of function in psql prompt  (AmitKumar Jain <amitjain@synechron.com>)
Список pgsql-admin
>>> AmitKumar Jain <amitjain@synechron.com> wrote:
> Milen A. Radev wrote:
>> AmitKumar Jain ******:
>>> 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)

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

Not \df alone, use \df+

"If the form \df+ is used, additional information about each function,
including volatility, language, source code and description, is
shown."

From the URL cited by Milen.

-Kevin

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: rebellious pg stats collector (reopened case)
Следующее
От: "Rafael Domiciano"
Дата:
Сообщение: Re: Vacuum Problems