Re: patch: ResultSetTest.java

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: kgeis(at)speakeasy(dot)net
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: patch: ResultSetTest.java
Date: 2005-10-25 13:32:58
Message-ID: 13234.1130247178@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

kgeis(at)speakeasy(dot)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

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Ken Geis 2005-10-25 14:48:56 Re: patch: ResultSetTest.java
Previous Message Oliver Jowett 2005-10-25 08:44:01 Re: patch: ResultSetTest.java