diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/errcodes.sgml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/src/sgml/errcodes.sgml b/doc/src/sgml/errcodes.sgml index d19de947b4c..c05b4caf268 100644 --- a/doc/src/sgml/errcodes.sgml +++ b/doc/src/sgml/errcodes.sgml @@ -985,11 +985,6 @@ <entry>deadlock_detected</entry> </row> -<row> -<entry><literal>40P02</literal></entry> -<entry>DATABASE DROPPED</entry> -<entry>database_dropped</entry> -</row> <row> <entry spanname="span13"><emphasis role="bold">Class 42 — Syntax Error or Access Rule Violation</></entry> @@ -1374,6 +1369,12 @@ <entry>cannot_connect_now</entry> </row> +<row> +<entry><literal>57P04</literal></entry> +<entry>DATABASE DROPPED</entry> +<entry>database_dropped</entry> +</row> + <row> <entry spanname="span13"><emphasis role="bold">Class 58 — System Error (errors external to <productname>PostgreSQL</> itself)</></entry> |