Re: user defined function - Mailing list pgsql-novice

From Tom Lane
Subject Re: user defined function
Date
Msg-id 16716.1038522741@sss.pgh.pa.us
Whole thread Raw
In response to user defined function  ("etsuko shimabukuro" <etsukos@meta-bit.com>)
List pgsql-novice
"etsuko shimabukuro" <etsukos@meta-bit.com> writes:
> Does anyone know how to check the existance of user defined functions ?
> "\df" command lists all postgre built-in functions.
> How can we filter out only user defined ones ?

As of 7.3 you can restrict \df to particular schemas, eg

    \df public.*

to see only functions defined in the "public" schema.

If you don't like that answer, issue your own query and add a check on
the ownership of the function --- try psql -E to see what its query
looks like.

            regards, tom lane

pgsql-novice by date:

Previous
From: brew@theMode.com
Date:
Subject: Re: Can't connect to socket in Debian distribution
Next
From: Michiel Lange
Date:
Subject: joins