Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit aa33bdd

Browse filesBrowse files
committed
Update documented error text.
Fujii Masao
1 parent dfe2e3f commit aa33bdd
Copy full SHA for aa33bdd

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎doc/src/sgml/maintenance.sgml

Copy file name to clipboardExpand all lines: doc/src/sgml/maintenance.sgml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/maintenance.sgml,v 1.79 2007/09/13 23:43:35 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/maintenance.sgml,v 1.80 2007/09/14 02:43:18 momjian Exp $ -->
22

33
<chapter id="maintenance">
44
<title>Routine Database Maintenance Tasks</title>
@@ -436,7 +436,7 @@ HINT: To avoid a database shutdown, execute a full-database VACUUM in "mydb".
436436
until wraparound:
437437

438438
<programlisting>
439-
ERROR: database is shut down to avoid wraparound data loss in database "mydb"
439+
ERROR: database is not accepting commands to avoid wraparound data loss in database "mydb"
440440
HINT: Stop the postmaster and use a standalone backend to VACUUM in "mydb".
441441
</programlisting>
442442

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.