diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml
index bab8d2751d40bc1b6809842af507670c7dee3fec..1f28e21559f283dfa5e8c36188276f55ef5f488f 100644
--- a/doc/src/sgml/runtime.sgml
+++ b/doc/src/sgml/runtime.sgml
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.194 2003/07/22 20:29:13 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.195 2003/07/23 20:30:35 momjian Exp $
 -->
 
 <Chapter Id="runtime">
@@ -887,7 +887,9 @@ SET ENABLE_SEQSCAN TO OFF;
         times the value of <varname>SORT_MEM</varname>. Sort operations are used
         by <literal>ORDER BY</>, merge joins, and <command>CREATE INDEX</>.
         Hash tables are used in hash joins, hash-based aggregation, and
-        hash-based processing of <literal>IN</> subqueries.
+        hash-based processing of <literal>IN</> subqueries.  Because 
+        <command>CREATE INDEX</> is used when restoring a database, it might
+        be good to temporary increase this value during a restore.
        </para>
       </listitem>
      </varlistentry>