Re: Procedures, rules & UDF's.... - Mailing list pgsql-admin

From Michael Fuhr
Subject Re: Procedures, rules & UDF's....
Date
Msg-id 20050302082557.GD47871@winnie.fuhr.org
Whole thread Raw
In response to Procedures, rules & UDF's....  ("Greg Patnude" <gpatnude@hotmail.com>)
List pgsql-admin
On Mon, Feb 28, 2005 at 02:22:59PM -0800, Greg Patnude wrote:

> Is there a quick and dirty SQL query where I can locate the rules,
> procudures and user-defined functions in the system catalogs ???
>
> there ain't a ton of documentation on the pg_catalog tables & view....

Have you seen the "System Catalogs" chapter in the documentation?

http://www.postgresql.org/docs/8.0/interactive/catalogs.html

Are you looking for something else?  If so, could you be more
specific?

Running "psql -E" and looking at the output of \d commands can be
instructive.

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

pgsql-admin by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: Scheduling/Automated Jobs in Postgre
Next
From: William Shatner
Date:
Subject: Automatic database backup on Windows Machine