Add missing word.

This commit is contained in:
Robert Haas 2011-03-05 09:53:05 -05:00
parent 5c44f38d3b
commit f31e532492
1 changed files with 3 additions and 3 deletions

View File

@ -310,9 +310,9 @@
</para> </para>
<para> <para>
The contents of an unlogged table are not WAL-logged; thus, they The contents of an unlogged table are not WAL-logged; thus, they
are replicated and are truncated whenever the database system enters are not replicated and are truncated whenever the database system
recovery. Indexes on unlogged tables are also unlogged, but GIST enters recovery. Indexes on unlogged tables are also unlogged, but
indexes on unlogged tables are not currently supported. GIST indexes on unlogged tables are not currently supported.
</para> </para>
</listitem> </listitem>