diff options
author | Simon Riggs <simon@2ndQuadrant.com> | 2011-02-01 08:44:01 +0000 |
---|---|---|
committer | Simon Riggs <simon@2ndQuadrant.com> | 2011-02-01 08:44:01 +0000 |
commit | 56b21b7ae38bc1efb701e7ebfd208e2e194e7998 (patch) | |
tree | 95341eea77cc9020282fef2211aea10002742cef /doc/src | |
parent | 0c707aa4583a5584f4c3f4ad1697bb206ed0d65a (diff) | |
download | postgresql-56b21b7ae38bc1efb701e7ebfd208e2e194e7998.tar.gz postgresql-56b21b7ae38bc1efb701e7ebfd208e2e194e7998.zip |
Re-classify ERRCODE_DATABASE_DROPPED to 57P04
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> |