Re: PostgreSQL JDBC support for runtime configuration options - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: PostgreSQL JDBC support for runtime configuration options
Date
Msg-id 4664BA57.9000501@opencloud.com
Whole thread Raw
In response to PostgreSQL JDBC support for runtime configuration options  ("Collin Peters" <cadiolis@gmail.com>)
List 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 by date:

Previous
From: "Collin Peters"
Date:
Subject: PostgreSQL JDBC support for runtime configuration options
Next
From: Andreas Joseph Krogh
Date:
Subject: Re: Array paramiters