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

From AmitKumar Jain
Subject Re: How can we see details of function in psql prompt
Date
Msg-id 493CE50D.9030705@synechron.com
Whole thread Raw
In response to Re: How can we see details of function in psql prompt  ("Milen A. Radev" <milen@radev.net>)
Responses Re: How can we see details of function in psql prompt  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
List 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 by date:

Previous
From: "Milen A. Radev"
Date:
Subject: Re: How can we see details of function in psql prompt
Next
From: Isabella Ghiurea
Date:
Subject: dba and tables spaces questions