Re: How to obtain the code af a function ? - Mailing list pgsql-general

From Csaba Nagy
Subject Re: How to obtain the code af a function ?
Date
Msg-id 1131547254.8979.1.camel@coppola.muc.ecircle.de
Whole thread Raw
In response to How to obtain the code af a function ?  ("ctobini" <ctemp2@free.fr>)
List pgsql-general
Use \df+ instead of \df
The additional "+" will give more details in many of the \ commands.

Cheers,
Csaba.

On Wed, 2005-11-09 at 14:40, ctobini wrote:
> Hello,
>
> I would like to know how to liste the contain of a fonction.
>
> Writing \df in psql, I have a list of functions and triggers, but and
> don't know how to obtain the code of those functions.
>
> Thanks.
>
> C. Tobini
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: Have you checked our extensive FAQ?
>
>                http://www.postgresql.org/docs/faq


pgsql-general by date:

Previous
From: "shakahshakah@gmail.com"
Date:
Subject: newbie design question re impact of VACUUM
Next
From: Alex
Date:
Subject: Question on Insert / Update