Re: How to obtain the code af a function ?

From: Csaba Nagy <nagy(at)ecircle-ag(dot)com>
To: ctobini <ctemp2(at)free(dot)fr>
Cc: Postgres general mailing list <pgsql-general(at)postgresql(dot)org>
Subject: Re: How to obtain the code af a function ?
Date: 2005-11-09 14:40:54
Message-ID: 1131547254.8979.1.camel@coppola.muc.ecircle.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alex 2005-11-09 14:45:46 Question on Insert / Update
Previous Message ctobini 2005-11-09 13:40:14 How to obtain the code af a function ?