GUC variables in parameter URL

Поиск
Список
Период
Сортировка
От Daniel Migowski
Тема GUC variables in parameter URL
Дата
Msg-id 4BAC9834.6000608@ikoffice.de
обсуждение исходный текст
Ответы Re: GUC variables in parameter URL
Список pgsql-jdbc
Hi all,

I want to bring the old discussion on GUC variables in the JDBC
connection string back. Currently I definitely need to set the schema
search path, and all I got is the connection URL, because it is in a
place where we alternatively use Microsoft SQL server connection URLs.

Of course I can change the clients code, but this would be a real mess.

The only reason I found which spoke against adding them, was: "If we do,
people stop using the config files and enter all parameters into the
url, and this make them hard to type." Despite the fact that this are
two wrong assumptions in one sentence, we speak about providing
possibilities for cases where other possibilities are lacking.

What are your opinions on this? If this feature is not yet available, I
would even implement this myself in the driver, by issuing a SET command
on startup sending all the parameters starting with "guc_".

Regards,
Daniel Migowski


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

Предыдущее
От: "Albe Laurenz"
Дата:
Сообщение: Re: Problems with semicolon trying to create a trigger function via jdbc
Следующее
От: John Abraham
Дата:
Сообщение: Re: GUC variables in parameter URL