Re: Where are PL/pgsql definitions kept?

From: Richard Huxton <dev(at)archonet(dot)com>
To: Jerry LeVan <jerry(dot)levan(at)eku(dot)edu>, pgsql-general(at)postgresql(dot)org
Subject: Re: Where are PL/pgsql definitions kept?
Date: 2004-03-12 20:47:31
Message-ID: 200403122047.32073.dev@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Friday 12 March 2004 20:12, Jerry LeVan wrote:
>
> Is it possible to recover the text of a function definition from within
> postgresql?

In psql: \df+ my_func_name

To see how that works, start psql with -E

--
Richard Huxton
Archonet Ltd

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message pw 2004-03-12 20:58:36 Re: (THE_ANSWER) What is the syntax for UPDATE from one
Previous Message Jerry LeVan 2004-03-12 20:12:41 Where are PL/pgsql definitions kept?