Re: Priority against catalog

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Priority against catalog
Дата
Msg-id 25676.1044977199@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Priority against catalog  ("Cristian Custodio" <crstian@terra.com.br>)
Список pgsql-general
"Cristian Custodio" <crstian@terra.com.br> writes:
> I created a function called Version(),
> The same that there is in PostGreSQL Catalog.

> But, to call this function I'm obrigated to=20
> specific the SCHEMA.Version. I would like it
> execute my functions when I don't to specific=20=20
> the SCHEMA.

Change the SEARCH_PATH setting so your schema is in front of
pg_catalog.

            regards, tom lane

В списке pgsql-general по дате отправления:

Предыдущее
От: Jan Wieck
Дата:
Сообщение: Re: Deleting orphan records
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Rights for view.