Re: need help with \df (user defined function listing)

From: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
To: Medi Montaseri <medi(at)cybershell(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: need help with \df (user defined function listing)
Date: 2002-02-05 05:06:12
Message-ID: 20020204210434.L84083-100000@megazone23.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, 4 Feb 2002, Medi Montaseri wrote:

> Hi,
>
> I am looking for a plpgsql function I wrote a while ago and I can not
> find it.
> I redirect the out put to a file with \o /tmp/foo, then a \df and from
> OS I grep
> with no avail. My function name was foo* (foo-something). When I do a
> \df foo*
> I get a definition, but the report does not include a name. I need to
> drop this function,
> so I need a exact name.
>
> Where does \df get it from, is it in any of the pg_* tables.

Well, the data should be in pg_proc, but \df should give it to you.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Stephan Szabo 2002-02-05 06:49:21 Re: Need help with a trigger
Previous Message Stephan Szabo 2002-02-05 05:04:20 Re: sequence question