From: Robert Haas Date: Sat, 5 Mar 2011 14:53:05 +0000 (-0500) Subject: Add missing word. X-Git-Tag: REL9_1_ALPHA4~51 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f31e532492aa950c62c3ded32d07d1e42017e557;p=postgresql Add missing word. --- diff --git a/doc/src/sgml/release-9.1.sgml b/doc/src/sgml/release-9.1.sgml index 30817d9913..f1255afe88 100644 --- a/doc/src/sgml/release-9.1.sgml +++ b/doc/src/sgml/release-9.1.sgml @@ -310,9 +310,9 @@ The contents of an unlogged table are not WAL-logged; thus, they - are replicated and are truncated whenever the database system enters - recovery. Indexes on unlogged tables are also unlogged, but GIST - indexes on unlogged tables are not currently supported. + are not replicated and are truncated whenever the database system + enters recovery. Indexes on unlogged tables are also unlogged, but + GIST indexes on unlogged tables are not currently supported.