Re: How do write schema independent install files for functions.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: How do write schema independent install files for functions.
Дата
Msg-id 24628.1342467848@sss.pgh.pa.us
обсуждение исходный текст
Ответ на How do write schema independent install files for functions.  (Philip Couling <phil@pedal.me.uk>)
Ответы Re: How do write schema independent install files for functions.
Список pgsql-general
Philip Couling <phil@pedal.me.uk> writes:
> I have a number of functions which I wish to wrap up in a SQL script
> (well technically DDL script).  The functions reference one another and
> for safety it is necessary for them to ether set the search_path or
> directly reference the schema for one another.

> I was wondering if there is good / recommended way to write the install
> script to easily install to an arbitrary schema.

CREATE FUNCTION's "SET search_path FROM CURRENT" option might help you.

            regards, tom lane

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