Re: patch: ResultSetTest.java

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

Ken Geis <kgeis(at)speakeasy(dot)net> writes:
> On Oct 25, 2005, at 6:32 AM, Tom Lane wrote:
>> 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.

> aclitem is one of few types that does not have send and receive
> functions defined.

Oh, my mistake, I looked at the entry for _aclitem ... but you're right,
the underlying type doesn't have 'em.

> The problem came up for me because I am implementing binary
> data transfer in the JDBC driver, and my first draft assumes that all
> data transfers are binary.

This is a really bad assumption, unless you intend never to support any
user-defined types.

regards, tom lane

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message kgeis 2005-10-25 15:06:47 Re: patch: ResultSetTest.java
Previous Message Ken Geis 2005-10-25 14:48:56 Re: patch: ResultSetTest.java