Re: PostgreSQL JDBC support for runtime configuration options

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: PostgreSQL JDBC support for runtime configuration options
Дата
Msg-id 4664BA57.9000501@opencloud.com
обсуждение исходный текст
Ответ на PostgreSQL JDBC support for runtime configuration options  ("Collin Peters" <cadiolis@gmail.com>)
Список pgsql-jdbc
Collin Peters wrote:

> Just wondering if the JDBC driver has support for PostgreSQL's runtime
> configuration options listed here:
> http://www.postgresql.org/docs/8.0/interactive/runtime-config.html
>
> So for example the SQL "SET time zone 'EST'" or "SET datestyle TO
> Postgres, Euro"

You can run that SQL directly, there's no special support needed.
However changing datestyle in particular will cause the JDBC driver to
be unhappy.

-O

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

Предыдущее
От: "Collin Peters"
Дата:
Сообщение: PostgreSQL JDBC support for runtime configuration options
Следующее
От: Andreas Joseph Krogh
Дата:
Сообщение: Re: Array paramiters