From: Tom Lane Date: Mon, 20 Jun 2005 13:52:17 +0000 (+0000) Subject: Update text that stated GiST indexes aren't WAL-logged. X-Git-Tag: REL8_1_0BETA1~511 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f0e7f9e30bbb71f0659592d253235bce339b9f5a;p=postgresql Update text that stated GiST indexes aren't WAL-logged. --- 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 @@ Backup and Restore @@ -1136,7 +1136,7 @@ restore_command = 'copy /mnt/server/archivedir/%f "%p"' # Windows - 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 REINDEX each such index after completing a recovery operation.