SQL Error Code Anomaly

From: "Johann 'Myrkraverk' Oskarsson" <johann(at)2ndquadrant(dot)com>
To: PostgreSQL JDBC <pgsql-jdbc(at)postgresql(dot)org>
Subject: SQL Error Code Anomaly
Date: 2012-07-10 09:36:55
Message-ID: t0lxnl.x5t0lxnl.a9z8.ufd4.gnus@asuka.myrkraverk.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi,

During my work on the binary stream patch, I came across this:

The error code PSQLState.NUMERIC_CONSTANT_OUT_OF_RANGE = 42820 is not
defined in

http://www.postgresql.org/docs/9.1/interactive/errcodes-appendix.html

Is this a concern? Is there a list of error codes defined by the JDBC
driver somewhere? I did not see anything at first glance.

I did not come across 42820 in the SQL standard either. Only that 42xxx
is _syntax error or access rule violation_.

A simple shell one liner shows these error codes used by the JDBC driver
but not documented in Postgres:

0100E
07006
08S01
42820
42821
60000
99999

I have not investigated this further.

--
Johann Oskarsson http://www.2ndquadrant.com/ |[]
PostgreSQL Development, 24x7 Support, Training and Services --+--
|
Blog: http://my.opera.com/myrkraverk/blog/

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message dmp 2012-07-11 01:21:36 Re: SQL Error Code Anomaly
Previous Message Johann 'Myrkraverk' Oskarsson 2012-07-10 09:09:20 Re: Implementing setBinaryStream(int, InputStream, long)