diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2010-04-03 07:23:02 +0000 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2010-04-03 07:23:02 +0000 |
| commit | 6dcce3985bd4239b02e48c0e530ab1c612864dfc (patch) | |
| tree | ee7adc2a1d62d33b2c76c11325a8f8c3ae542ee9 /doc/src/sgml/gin.sgml | |
| parent | 7969145483e45298d754ee70f857817962377f8f (diff) | |
| download | postgresql-6dcce3985bd4239b02e48c0e530ab1c612864dfc.tar.gz | |
Remove unnecessary xref endterm attributes and title ids
The endterm attribute is mainly useful when the toolchain does not support
automatic link target text generation for a particular situation. In the
past, this was required by the man page tools for all reference page links,
but that is no longer the case, and it now actually gets in the way of
proper automatic link text generation. The only remaining use cases are
currently xrefs to refsects.
Diffstat (limited to 'doc/src/sgml/gin.sgml')
| -rw-r--r-- | doc/src/sgml/gin.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/gin.sgml b/doc/src/sgml/gin.sgml index adcb0455e0..2241dd5d9a 100644 --- a/doc/src/sgml/gin.sgml +++ b/doc/src/sgml/gin.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/gin.sgml,v 2.19 2009/04/09 19:07:44 tgl Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/gin.sgml,v 2.20 2010/04/03 07:22:54 petere Exp $ --> <chapter id="GIN"> <title>GIN Indexes</title> @@ -241,8 +241,8 @@ If consistent response time is more important than update speed, use of pending entries can be disabled by turning off the <literal>FASTUPDATE</literal> storage parameter for a - <acronym>GIN</acronym> index. See <xref linkend="sql-createindex" - endterm="sql-createindex-title"> for details. + <acronym>GIN</acronym> index. See <xref linkend="sql-createindex"> + for details. </para> </sect2> |
