Re: user defined function

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: user defined function
Дата
Msg-id 16716.1038522741@sss.pgh.pa.us
обсуждение исходный текст
Ответ на user defined function  ("etsuko shimabukuro" <etsukos@meta-bit.com>)
Список 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 по дате отправления:

Предыдущее
От: brew@theMode.com
Дата:
Сообщение: Re: Can't connect to socket in Debian distribution
Следующее
От: Michiel Lange
Дата:
Сообщение: joins