Re: Why is version 9.3-1102 missing Connection.getSchema() support?

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: cowwoc <cowwoc(at)bbs(dot)darktech(dot)org>
Cc: List <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Why is version 9.3-1102 missing Connection.getSchema() support?
Date: 2014-09-30 17:53:31
Message-ID: CADK3HHL-ef-xL5reXZp36xKDmRwHX9UFpknybzkG=ERQob0Nyw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

The latter. The server supports it but HEAD development on github is
destined for 9.4 releases. I can backpatch it if you can provide a pull
request.

I don't usually keep prebuilt binaries of HEAD. It is relatively easy to
build though.

Dave Cramer

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

On 30 September 2014 11:14, cowwoc <cowwoc(at)bbs(dot)darktech(dot)org> wrote:

> Do you mean the 9.3 server doesn't support this functionality (unlikely)
> or that there is a 9.4 release for the JDBC drivers? If so, are there any
> prebuilt binaries?
>
> Gili
>
>
> On 30/09/2014 5:47 AM, Dave Cramer wrote:
>
> Not everything gets back patched to 9.3
>
> Dave Cramer
>
> dave.cramer(at)credativ(dot)ca
> http://www.credativ.ca
>
> On 29 September 2014 21:32, cowwoc <cowwoc(at)bbs(dot)darktech(dot)org> wrote:
>
>> Hi,
>>
>> According to
>>
>> https://github.com/pgjdbc/pgjdbc/commits/d2c1ef7c15171d7cd080e4451254dd02706b0c5d/org/postgresql/jdbc4/AbstractJdbc4Connection.java
>> getSchema() support was added on April 30th, 2014. According to
>> https://github.com/pgjdbc/pgjdbc/commits/REL9_3_1102 9.3-1102 was
>> released
>> on July 10th, 2014.
>>
>> Because the release occurred after getSchema() was implemented, I was
>> expecting this release to contain it. But looking at
>>
>> https://github.com/pgjdbc/pgjdbc/commits/REL9_3_1102/org/postgresql/jdbc4/AbstractJdbc4Connection.java
>> I see that the release version is based on the state in November 13, 2013.
>>
>> Out of curiosity, why did this release not include the latest
>> implementation
>> of AbstractJdbc4Connection and when will this implementation make it into
>> an
>> official release?
>>
>> Thanks,
>> Gili
>>
>>
>>
>> --
>> View this message in context:
>> http://postgresql.1045698.n5.nabble.com/Why-is-version-9-3-1102-missing-Connection-getSchema-support-tp5821047.html
>> Sent from the PostgreSQL - jdbc mailing list archive at Nabble.com.
>>
>>
>> --
>> Sent via pgsql-jdbc mailing list (pgsql-jdbc(at)postgresql(dot)org)
>> To make changes to your subscription:
>> http://www.postgresql.org/mailpref/pgsql-jdbc
>>
>
>
>

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Craig Ringer 2014-10-04 14:42:13 Re: Disk buffering of resultsets
Previous Message cowwoc 2014-09-30 15:14:18 Re: Why is version 9.3-1102 missing Connection.getSchema() support?