summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/drop_cast.sgml
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2010-04-03 07:23:02 +0000
committerPeter Eisentraut <peter_e@gmx.net>2010-04-03 07:23:02 +0000
commit6dcce3985bd4239b02e48c0e530ab1c612864dfc (patch)
treeee7adc2a1d62d33b2c76c11325a8f8c3ae542ee9 /doc/src/sgml/ref/drop_cast.sgml
parent7969145483e45298d754ee70f857817962377f8f (diff)
downloadpostgresql-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/ref/drop_cast.sgml')
-rw-r--r--doc/src/sgml/ref/drop_cast.sgml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/drop_cast.sgml b/doc/src/sgml/ref/drop_cast.sgml
index cc99fe850c..fde6dc3b03 100644
--- a/doc/src/sgml/ref/drop_cast.sgml
+++ b/doc/src/sgml/ref/drop_cast.sgml
@@ -1,8 +1,8 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/ref/drop_cast.sgml,v 1.10 2009/09/19 10:23:27 petere Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/ref/drop_cast.sgml,v 1.11 2010/04/03 07:23:00 petere Exp $ -->
<refentry id="SQL-DROPCAST">
<refmeta>
- <refentrytitle id="SQL-DROPCAST-TITLE">DROP CAST</refentrytitle>
+ <refentrytitle>DROP CAST</refentrytitle>
<manvolnum>7</manvolnum>
<refmiscinfo>SQL - Language Statements</refmiscinfo>
</refmeta>
@@ -108,7 +108,7 @@ DROP CAST (text AS int);
<title>See Also</title>
<simplelist type="inline">
- <member><xref linkend="sql-createcast" endterm="sql-createcast-title"></member>
+ <member><xref linkend="sql-createcast"></member>
</simplelist>
</refsect1>