aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2011-03-05 09:53:05 -0500
committerRobert Haas <rhaas@postgresql.org>2011-03-05 09:53:05 -0500
commitf31e532492aa950c62c3ded32d07d1e42017e557 (patch)
treef6809706d6a71e13412eea0bd3f0022b63e847a2
parent5c44f38d3b63c5a11f58fe558adfe4d3cf4dcc39 (diff)
downloadpostgresql-f31e532492aa950c62c3ded32d07d1e42017e557.tar.gz
postgresql-f31e532492aa950c62c3ded32d07d1e42017e557.zip
Add missing word.
-rw-r--r--doc/src/sgml/release-9.1.sgml6
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>