>>> AmitKumar Jain <[email protected]> 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

-- 
Sent via pgsql-admin mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin

Reply via email to