Re: How do I set the schema search path in a datasource config for a connection pool?

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: How do I set the schema search path in a datasource config for a connection pool?
Дата
Msg-id dcc563d10902150747k48a57943wf1409dcf8193d934@mail.gmail.com
обсуждение исходный текст
Ответ на How do I set the schema search path in a datasource config for a connection pool?  (Bjørn T Johansen <btj@havleik.no>)
Ответы Re: How do I set the schema search path in a datasource config for a connection pool?  (Bjørn T Johansen <btj@havleik.no>)
Список pgsql-general
On Sun, Feb 15, 2009 at 5:58 AM, Bjørn T Johansen <btj@havleik.no> wrote:
> I can't find a way to do this, what am I missing?

You can either issue the command when you open the connection, alter
the user the connection uses, or alter the database to default to that
search path.

alter user bubba set search_path='path1','path2';

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

Предыдущее
От: Osvaldo Kussama
Дата:
Сообщение: Re: Array in nested query
Следующее
От: Bjørn T Johansen
Дата:
Сообщение: Re: How do I set the schema search path in a datasource config for a connection pool?