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

From Gaurav K Srivastav
Subject Can you please let me know?
Date
Msg-id q2nbf0617111004140602lb0b83872ha67245441dcd3c5d@mail.gmail.com
Whole thread Raw
Responses Re: Can you please let me know?  (Pavel Stehule <pavel.stehule@gmail.com>)
Re: Can you please let me know?  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
List pgsql-bugs
Hi Sir,

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.
or
select object_name,CREATED,OBJECT_TYPE from user_objects;

so that I can get the name of all objects created in a database schema.


If yes Please help me out or is there any tutorial online please give me URL
for the same.



--
Thanks & Regards
Gaurav K Srivastav

pgsql-bugs by date:

Previous
From: Craig Ringer
Date:
Subject: Re: Bug in CREATE FUNCTION with character type (CONFIRMED BUG)
Next
From: Pavel Stehule
Date:
Subject: Re: Can you please let me know?