Re: ENUM type via JDBC using connect string ...

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: Marc Fournier <mfournier(at)sd63(dot)bc(dot)ca>
Cc: List <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: ENUM type via JDBC using connect string ...
Date: 2013-02-27 20:13:14
Message-ID: CADK3HHLJLk09gK_5PY+zcP5uR6Dj0aWNac7AULGMCVLU_v0_oA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Marc,

As per the documentation at
http://jdbc.postgresql.org/documentation/head/connect.html#connection-parametersYes
it is correct.

Dave Cramer

dave.cramer(at)credativ(dot)ca
http://www.credativ.ca

On Tue, Feb 26, 2013 at 7:10 PM, Marc Fournier <mfournier(at)sd63(dot)bc(dot)ca> wrote:

>
> Just to confirm before we go any further on this … this is what the Java
> folk are doing:
>
> <connection-url>jdbc:postgresql://
> 10.5.254.62:5432/openstudent?stringtype=unspecified</connection-url>
>
> Is that the correct way / place?
>
> thx
>
>

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Andrew Frolov 2013-02-28 14:54:23 PostgreSQL JDBC bug with XA recovery?
Previous Message Marc Fournier 2013-02-27 00:10:17 ENUM type via JDBC using connect string ...