| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Richard Huxton <dev(at)archonet(dot)com> |
| Cc: | "Abhishek Goyal" <abhishek(dot)goyal(at)tatainfotech(dot)com>, pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Postgres Database Error Codes and Error Messages |
| Date: | 2003-07-22 14:05:02 |
| Message-ID: | 6301.1058882702@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Richard Huxton <dev(at)archonet(dot)com> writes:
> I don't believe there is one at present, but grep the source for elog() calls
> to see all of them. Be aware that the error reporting is being overhauled for
> 7.4 so you might want to start your study with the CVS version - see the
> archives of the hackers list for discussion.
In particular see
http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/include/utils/elog.h
for the current list of SQLSTATE error codes.
This set is still changing --- if you have any comments, please make
them on pgsql-hackers.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Richard Huxton | 2003-07-22 15:20:25 | Re: can anybody help me please |
| Previous Message | Jean-Christophe ARNU (JX) | 2003-07-22 13:53:28 | SQL speedup on timestamp filtering |