Re: patch: ResultSetTest.java - Mailing list pgsql-jdbc

From Tom Lane
Subject Re: patch: ResultSetTest.java
Date
Msg-id 13234.1130247178@sss.pgh.pa.us
Whole thread Raw
In response to patch: ResultSetTest.java  (kgeis@speakeasy.net)
Responses Re: patch: ResultSetTest.java
List pgsql-jdbc
kgeis@speakeasy.net writes:
> The second section has an unnecessarily complex query that caused me
> problems because pg_database contains a column of type aclitem[] which
> does not support binary transfer from the database.

Say what?

The proposed change is probably a good idea anyway, primarily because
there isn't necessarily any template1 database.  But if fetching
aclitem[] fails then there's something quite wrong, and I don't believe
it's on the server side.

            regards, tom lane

pgsql-jdbc by date:

Previous
From: Oliver Jowett
Date:
Subject: Re: patch: ResultSetTest.java
Next
From: Ken Geis
Date:
Subject: Re: patch: ResultSetTest.java