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