From: | "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com> |
---|---|
To: | Carol Walter <walterc(at)indiana(dot)edu> |
Cc: | pgsql-admin(at)postgresql(dot)org |
Subject: | Re: User defined functions... |
Date: | 2009-02-06 19:35:48 |
Message-ID: | 1233948948.15061.46.camel@jd-laptop.pragmaticzealot.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
On Fri, 2009-02-06 at 14:30 -0500, Carol Walter wrote:
> Hello,
>
> Should all functions be visible when I issue the command
> citesrch=# select * from pg_proc;
> including those that are user defined?
> My user has several functions in his database that I don't see there.
> I don't know if I'm looking in the wrong place or he dropped them
> after the table was created.
It will show per database. So if you want to see his, connect to his
database.
Joshua D. Drake
>
> Carol
>
>
--
PostgreSQL - XMPP: jdrake(at)jabber(dot)postgresql(dot)org
Consulting, Development, Support, Training
503-667-4564 - http://www.commandprompt.com/
The PostgreSQL Company, serving since 1997
From | Date | Subject | |
---|---|---|---|
Next Message | Plugge, Joe R. | 2009-02-06 19:42:30 | Re: User defined functions... |
Previous Message | Carol Walter | 2009-02-06 19:30:36 | User defined functions... |