Re: PostgreSQL JDBC support for runtime configuration options

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Collin Peters <cadiolis(at)gmail(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: PostgreSQL JDBC support for runtime configuration options
Date: 2007-06-05 01:20:23
Message-ID: 4664BA57.9000501@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Raghavendra MB 2007-06-05 06:27:56 Connection Pool
Previous Message Collin Peters 2007-06-05 01:08:39 PostgreSQL JDBC support for runtime configuration options