PGpoint and PGcircle both sql type 1111? - Mailing list pgsql-jdbc

From Bryan Field-Elliot
Subject PGpoint and PGcircle both sql type 1111?
Date
Msg-id 3B93F02F.8050108@netmeme.org
Whole thread Raw
Responses Re: PGpoint and PGcircle both sql type 1111?
List pgsql-jdbc
I was wondering why it is that both PGpoint and PGcircle return a
"getColumnType" of 1111?

Is 1111 an arbirtrary number for "non-JDBC-standard type"? Or, could the
PG extended types be differentiated somehow? (e.g. 1111 and 1112)?

I am using the JBOSS ejb server, which makes use of the column type in
order to figure out what to do with the columns, so it's important to me
that they be differentiated.

If this is easy to do, I may just patch the sources and submit my
changes. But first I'd like to hear if anyone else out there has an
opinion on this matter.

Thanks,
Bryan



pgsql-jdbc by date:

Previous
From: "Robert J. Sanford, Jr."
Date:
Subject: Re: JAVA vs PERL : PERL wins to postgreSQL
Next
From: Tom Lane
Date:
Subject: Re: Read transactions don't work on 7.0.x db's