need help with \df (user defined function listing) - Mailing list pgsql-general

From Medi Montaseri
Subject need help with \df (user defined function listing)
Date
Msg-id 3C5F54E7.A2A51F0E@cybershell.com
Whole thread Raw
Responses Re: need help with \df (user defined function listing)
List pgsql-general
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.

Thanks

--
-------------------------------------------------------------------------
Medi Montaseri                               medi@CyberShell.com
Unix Distributed Systems Engineer            HTTP://www.CyberShell.com
CyberShell Engineering
-------------------------------------------------------------------------




pgsql-general by date:

Previous
From: Philip Hallstrom
Date:
Subject: Re: How to see sequences?
Next
From: Timothy Reaves
Date:
Subject: sequence question