mirror of
https://github.com/postgres/postgres.git
synced 2025-12-19 17:02:53 +03:00
Support SQL/PSM-compatible CASE statement in plpgsql.
Pavel Stehule
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/errcodes.sgml,v 1.23 2008/01/15 01:36:53 tgl Exp $ -->
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/errcodes.sgml,v 1.24 2008/05/15 22:39:48 tgl Exp $ -->
|
||||
|
||||
<appendix id="errcodes-appendix">
|
||||
<title><productname>PostgreSQL</productname> Error Codes</title>
|
||||
@@ -62,14 +62,14 @@
|
||||
|
||||
<tgroup cols="3">
|
||||
<colspec colnum="1" colname="errorcode">
|
||||
<colspec colnum="3" colname="constant">
|
||||
<spanspec namest="errorcode" nameend="constant" spanname="span13">
|
||||
<colspec colnum="3" colname="condname">
|
||||
<spanspec namest="errorcode" nameend="condname" spanname="span13">
|
||||
|
||||
<thead>
|
||||
<row>
|
||||
<entry>Error Code</entry>
|
||||
<entry>Meaning</entry>
|
||||
<entry>Constant</entry>
|
||||
<entry>Condition Name</entry>
|
||||
</row>
|
||||
</thead>
|
||||
|
||||
@@ -292,6 +292,17 @@
|
||||
</row>
|
||||
|
||||
|
||||
<row>
|
||||
<entry spanname="span13"><emphasis role="bold">Class 20 — Case Not Found</></entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry><literal>20000</literal></entry>
|
||||
<entry>CASE NOT FOUND</entry>
|
||||
<entry>case_not_found</entry>
|
||||
</row>
|
||||
|
||||
|
||||
<row>
|
||||
<entry spanname="span13"><emphasis role="bold">Class 21 — Cardinality Violation</></entry>
|
||||
</row>
|
||||
|
||||
Reference in New Issue
Block a user