Gaurav K Srivastav <[email protected]> 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
-- Sent via pgsql-bugs mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs
