Re: How can we see details of function in psql prompt - Mailing list pgsql-admin

From Kevin Grittner
Subject Re: How can we see details of function in psql prompt
Date
Msg-id 49476BB9.EE98.0025.0@wicourts.gov
Whole thread Raw
In response to Re: How can we see details of function in psql prompt  (AmitKumar Jain <amitjain@synechron.com>)
List 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 by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: rebellious pg stats collector (reopened case)
Next
From: "Rafael Domiciano"
Date:
Subject: Re: Vacuum Problems