diff options
author | Robert Haas <rhaas@postgresql.org> | 2011-03-05 09:53:05 -0500 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2011-03-05 09:53:05 -0500 |
commit | f31e532492aa950c62c3ded32d07d1e42017e557 (patch) | |
tree | f6809706d6a71e13412eea0bd3f0022b63e847a2 | |
parent | 5c44f38d3b63c5a11f58fe558adfe4d3cf4dcc39 (diff) | |
download | postgresql-f31e532492aa950c62c3ded32d07d1e42017e557.tar.gz postgresql-f31e532492aa950c62c3ded32d07d1e42017e557.zip |
Add missing word.
-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> |