Re: Stored FUnctions

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: Rich Hall <rhall(at)micropat(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Stored FUnctions
Date: 2003-12-05 23:22:24
Message-ID: 3FD11330.6050205@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

select * from pg_proc where proname = ''

Sincerely,

Joshua D. Drake

Rich Hall wrote:

> Thanks for the psql response.
>
> But, I seldom use psql. I find PG Manager much more useful. Even PG
> Admin was better.
>
> I am looking to write some stored functions to query the database to
> automatically create the repotrs I now generate by hand.
> So I was trying to find my Stored Functions in the database so I could
> query them.
>
> Rick
>
>
> Martijn van Oosterhout wrote:
>
>> On Fri, Dec 05, 2003 at 02:22:26PM -0500, Rich Hall wrote:
>>
>>
>>> Can somebody tell me how Stored Functions are kept in the database?
>>> I've gone through the catalog several times. I've found many
>>> interesting things but NOT the 300-odd functions I've created.
>>>
>>> Rick
>>>
>>
>>
>> \df
>>
>>
>>
>

--
Command Prompt, Inc., home of Mammoth PostgreSQL - S/ODBC and S/JDBC
Postgresql support, programming shared hosting and dedicated hosting.
+1-503-667-4564 - jd(at)commandprompt(dot)com - http://www.commandprompt.com
Mammoth PostgreSQL Replicator. Integrated Replication for PostgreSQL

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Martijn van Oosterhout 2003-12-05 23:23:05 Re: Stored FUnctions
Previous Message Vivek Khera 2003-12-05 23:14:04 Re: FW: Postgres 7.4 runing on BSD