diff options
Diffstat (limited to 'doc/src/sgml/errcodes.sgml')
-rw-r--r-- | doc/src/sgml/errcodes.sgml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/src/sgml/errcodes.sgml b/doc/src/sgml/errcodes.sgml index b5617c98507..bf06cfaf5e5 100644 --- a/doc/src/sgml/errcodes.sgml +++ b/doc/src/sgml/errcodes.sgml @@ -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> |