Re: How to obtain the code af a function ?

From: Richard Huxton <dev(at)archonet(dot)com>
To: ctobini <ctemp2(at)free(dot)fr>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: How to obtain the code af a function ?
Date: 2005-11-09 14:52:48
Message-ID: 43720D40.8090902@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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.

Start psql with -E and you'll see how all the backslash \d? commands work.

--
Richard Huxton
Archonet Ltd

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Richard Huxton 2005-11-09 14:53:40 Re: Postmaster failing to start on reboot
Previous Message Alex 2005-11-09 14:45:46 Question on Insert / Update