Re: Practical sets of SQLSTATE values? - Mailing list pgsql-hackers

From Rod Taylor
Subject Re: Practical sets of SQLSTATE values?
Date
Msg-id 1054304687.74218.3.camel@jester
Whole thread Raw
In response to Practical sets of SQLSTATE values?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> extensions.  Anyone have lists of implementation-defined SQLSTATEs for
> the big commercial DBs?

http://www-3.ibm.com/cgi-bin/db2www/data/db2/udb/winos2unix/support/document.d2w/report?fn=db2m0db2m002.htm#ToC

Chapter 12 has SQLState information.  It's very short in most cases
(aside from 'Warning').

DB2 seems to use an SQLCode (Chapter 11) which catalogues all of the
error messages, the error code, and SQLState applied to it.


The entire book has to do with DB2 messages and their meaning.
--
Rod Taylor <rbt@rbt.ca>

PGP Key: http://www.rbt.ca/rbtpub.asc

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Practical sets of SQLSTATE values?
Next
From: Joe Conway
Date:
Subject: Re: Practical sets of SQLSTATE values?