Re: Patch to allow setting schema/search_path in the connectionURL

Поиск
Список
Период
Сортировка
От cowwoc
Тема Re: Patch to allow setting schema/search_path in the connectionURL
Дата
Msg-id 541B3A0D.1080604@bbs.darktech.org
обсуждение исходный текст
Ответ на Re: Patch to allow setting schema/search_path in the connectionURL  (stagirus <mamasa@stagirus.com>)
Список pgsql-jdbc
I added a hook that runs immediately before acquiring a Connection. It
sets the schema using an SQL update command, and forwards the connection
on to the rest of the application. Not ideal but it works.

Gili

On 18/09/2014 3:47 PM, stagirus [via PostgreSQL] wrote:
> I too have a similar requirement to specify the schema.
>
> I see in various discussions that many people have tried to fix this
> problem. It appears there is no resolution yet. It is sad that the
> JDBC driver community does not seem to pay any attention to the
> end-user needs. Hello.. PLEASE WAKE UP! We are in a different era!
>
> Does anybody know of a solution on how to designate a schema while
> establishing the connection? I would highly appreciate it!!!


View this message in context: Re: Patch to allow setting schema/search_path in the connectionURL
Sent from the PostgreSQL - jdbc mailing list archive at Nabble.com.

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

Предыдущее
От: John R Pierce
Дата:
Сообщение: Re: Patch to allow setting schema/search_path in the connectionURL
Следующее
От: Dave Cramer
Дата:
Сообщение: Re: Patch to allow setting schema/search_path in the connectionURL