diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/release-9.1.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/release-9.1.sgml b/doc/src/sgml/release-9.1.sgml index 30817d99130..f1255afe887 100644 --- a/doc/src/sgml/release-9.1.sgml +++ b/doc/src/sgml/release-9.1.sgml @@ -310,9 +310,9 @@ </para> <para> 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. </para> </listitem> |