PGpoint and PGcircle both sql type 1111?

From: Bryan Field-Elliot <bryan_lists(at)netmeme(dot)org>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: PGpoint and PGcircle both sql type 1111?
Date: 2001-09-03 21:03:43
Message-ID: 3B93F02F.8050108@netmeme.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Tom Lane 2001-09-03 23:46:36 Re: Read transactions don't work on 7.0.x db's
Previous Message Robert J. Sanford, Jr. 2001-09-03 20:06:07 Re: JAVA vs PERL : PERL wins to postgreSQL