Re: Can you please let me know? - Mailing list pgsql-bugs

From Kevin Grittner
Subject Re: Can you please let me know?
Date
Msg-id 4BC5809E0200002500030844@gw.wicourts.gov
Whole thread Raw
In response to Can you please let me know?  (Gaurav K Srivastav <gauravgkp@gmail.com>)
List pgsql-bugs
Gaurav K Srivastav <gauravgkp@gmail.com> wrote:

> Suppose I created a function getage(id character varying).
> Now Is there any query in postgreSQL that I can retreive the name
> of all user difned/system function in the database schema.
> like "select VIEW_TYPE_OWNER, VIEW_TYPE, OID_TEXT from user_views"
> will list all views in oracle.

If you are using psql: \df
To see detail: \df+

Use \? to get more detail.

-Kevin

pgsql-bugs by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: Can you please let me know?
Next
From: Rusty Conover
Date:
Subject: Re: BUG #5412: test case produced, possible race condition.