Re: Can you please let me know?

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: "Gaurav K Srivastav" <gauravgkp(at)gmail(dot)com>, <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: Can you please let me know?
Date: 2010-04-14 13:45:18
Message-ID: 4BC5809E0200002500030844@gw.wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-general

Gaurav K Srivastav <gauravgkp(at)gmail(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Pavel Stehule 2010-04-14 13:51:52 Re: [BUGS] Can you please let me know?
Previous Message Pavel Stehule 2010-04-14 13:16:52 Re: Can you please let me know?

Browse pgsql-general by date

  From Date Subject
Next Message Justin Graf 2010-04-14 13:47:05 Re: Query is stuck
Previous Message Bill Moran 2010-04-14 13:42:03 Re: Query is stuck