Re: How to set compatible property for a connection?

From: Abel Muiño <abel(dot)muinho(at)mundo-r(dot)com>
To: Bob Carpenter <bobc(at)engineer(dot)com>
Cc: PostgreSQL JDBC List <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: How to set compatible property for a connection?
Date: 2003-01-13 08:59:41
Message-ID: 1042448380.2588.1.camel@calculin.casadeabel
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

El lun, 13-01-2003 a las 04:04, Bob Carpenter escribió:
> I need to find out how to set the "compatible" property for a connection as
> described in Section 5.6 "Storing Binary Data" in the PostgreSQL 7.3
> Documentation. I want to revert the driver back to 7.1 functionality.

Just add the "?compatible=7.1" string to the end of the end of the
conection string used.

--
Abel Muiño Vizcaino

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kuldip 2003-01-13 09:30:37 No class found for refcursor
Previous Message Bob Carpenter 2003-01-13 03:04:54 How to set compatible property for a connection?