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/pltcl.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/pltcl.sgml')
| -rw-r--r-- | doc/src/sgml/pltcl.sgml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/src/sgml/pltcl.sgml b/doc/src/sgml/pltcl.sgml index 899891bee5..c4ea226a7f 100644 --- a/doc/src/sgml/pltcl.sgml +++ b/doc/src/sgml/pltcl.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/pltcl.sgml,v 2.48 2008/03/28 00:21:55 tgl Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/pltcl.sgml,v 2.49 2010/04/03 07:22:55 petere Exp $ --> <chapter id="pltcl"> <title>PL/Tcl - Tcl Procedural Language</title> @@ -79,8 +79,7 @@ <para> To create a function in the <application>PL/Tcl</> language, use - the standard <xref linkend="sql-createfunction" - endterm="sql-createfunction-title"> syntax: + the standard <xref linkend="sql-createfunction"> syntax: <programlisting> CREATE FUNCTION <replaceable>funcname</replaceable> (<replaceable>argument-types</replaceable>) RETURNS <replaceable>return-type</replaceable> AS $$ |
