mirror of
https://github.com/postgres/postgres.git
synced 2025-12-19 17:02:53 +03:00
Code review for SELECT INTO STRICT patch: use saner choices of error
SQLSTATEs, fix some documentation problems.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/errcodes.sgml,v 1.19 2006/06/16 22:41:45 tgl Exp $ -->
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/errcodes.sgml,v 1.20 2006/06/16 23:29:26 tgl Exp $ -->
|
||||
|
||||
<appendix id="errcodes-appendix">
|
||||
<title><productname>PostgreSQL</productname> Error Codes</title>
|
||||
@@ -1344,6 +1344,18 @@
|
||||
<entry>raise_exception</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry><literal>P0002</literal></entry>
|
||||
<entry>NO DATA FOUND</entry>
|
||||
<entry>no_data_found</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry><literal>P0003</literal></entry>
|
||||
<entry>TOO MANY ROWS</entry>
|
||||
<entry>too_many_rows</entry>
|
||||
</row>
|
||||
|
||||
|
||||
<row>
|
||||
<entry spanname="span13"><emphasis role="bold">Class XX — Internal Error</></entry>
|
||||
|
||||
Reference in New Issue
Block a user