Re: datatype conversion thoughts

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Barry Lind <blind(at)xythos(dot)com>
Cc: Kris Jurka <books(at)ejurka(dot)com>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: datatype conversion thoughts
Date: 2004-10-11 21:19:43
Message-ID: 416AF8EF.7060200@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Barry Lind wrote:
> Kris,
>
> How would PGDataType relate to PGObject? I have always thought that
> PGObject should be extended and used for all datatypes (not just
> extensions).

We have the problem that PGobject is a public interface, so we probably
need an adaption layer at a minimum to handle older PGobject
implementations that don't know about binary formats, streaming, etc
when they are introduced.

-O

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2004-10-11 21:27:01 Re: datatype conversion thoughts
Previous Message Oliver Jowett 2004-10-11 20:59:11 Re: A solution to the SSL customizing problem