summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane2005-06-20 13:52:17 +0000
committerTom Lane2005-06-20 13:52:17 +0000
commitf0e7f9e30bbb71f0659592d253235bce339b9f5a (patch)
treec90ef2044ac162ef48462c2f342ee128d6fe1298
parentd544ec8bbd70d50c1b50a00437b8061cabeeb5f2 (diff)
Update text that stated GiST indexes aren't WAL-logged.
-rw-r--r--doc/src/sgml/backup.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/backup.sgml b/doc/src/sgml/backup.sgml
index 06b7774618..e4a0d4cb15 100644
--- a/doc/src/sgml/backup.sgml
+++ b/doc/src/sgml/backup.sgml
@@ -1,5 +1,5 @@
<!--
-$PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.65 2005/04/19 01:39:50 momjian Exp $
+$PostgreSQL: pgsql/doc/src/sgml/backup.sgml,v 2.66 2005/06/20 13:52:17 tgl Exp $
-->
<chapter id="backup">
<title>Backup and Restore</title>
@@ -1136,7 +1136,7 @@ restore_command = 'copy /mnt/server/archivedir/%f "%p"' # Windows
<itemizedlist>
<listitem>
<para>
- Operations on non-B-tree indexes (hash, R-tree, and GiST indexes) are
+ Operations on hash and R-tree indexes are
not presently WAL-logged, so replay will not update these index types.
The recommended workaround is to manually <command>REINDEX</> each
such index after completing a recovery operation.