summaryrefslogtreecommitdiff
path: root/doc/src/sgml/errcodes.sgml
diff options
context:
space:
mode:
authorSimon Riggs2011-02-01 00:20:53 +0000
committerSimon Riggs2011-02-01 00:20:53 +0000
commit9e95c9ad558bafa26efbab50f77929de4ade5f90 (patch)
tree6226a5501878b76b154c01a611aef6656ebfb8f0 /doc/src/sgml/errcodes.sgml
parent44df84df72b5eb43384bc7288713c2f80db7273d (diff)
Create new errcode for recovery conflict caused by db drop on master.
Previously reported as ERRCODE_ADMIN_SHUTDOWN, this case is now reported as ERRCODE_T_R_DATABASE_DROPPED. No message text change. Unlikely to happen on most servers, so low impact change to allow session poolers to correctly handle this situation. Tatsuo Ishii, edits by me, review by Robert Haas
Diffstat (limited to 'doc/src/sgml/errcodes.sgml')
-rw-r--r--doc/src/sgml/errcodes.sgml5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/src/sgml/errcodes.sgml b/doc/src/sgml/errcodes.sgml
index 3a1baf58831..d19de947b4c 100644
--- a/doc/src/sgml/errcodes.sgml
+++ b/doc/src/sgml/errcodes.sgml
@@ -985,6 +985,11 @@
<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 &mdash; Syntax Error or Access Rule Violation</></entry>