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

From: AmitKumar Jain <amitjain(at)synechron(dot)com>
To: "Milen A(dot) Radev" <milen(at)radev(dot)net>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: How can we see details of function in psql prompt
Date: 2008-12-08 09:12:45
Message-ID: 493CE50D.9030705@synechron.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)
>
>
>

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message ss_postgres 2008-12-08 10:34:04 Re: How to find the position of a characted in a string
Previous Message AmitKumar Jain 2008-12-08 08:49:15 Re: How can we see details of function in psql prompt