diff options
Diffstat (limited to 'doc/src/sgml/config.sgml')
-rw-r--r-- | doc/src/sgml/config.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index cd2edd3d2c8..a4e3eb020bb 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.87 2006/09/16 00:30:12 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.88 2006/09/18 12:11:36 teodor Exp $ --> <chapter Id="runtime-config"> <title>Server Configuration</title> @@ -2180,7 +2180,7 @@ SELECT * FROM parent WHERE key = 2400; </indexterm> <listitem> <para> - Soft upper limit of the size of the returned set by GIN index. For more + Soft upper limit of the size of the set returned by GIN index. For more information see <xref linkend="gin-tips">. </para> </listitem> |