]> granicus.if.org Git - postgresql/commitdiff
Hyperlink a reference to DROP CAST in the CREATE CAST reference page.
authorNeil Conway <neilc@samurai.com>
Fri, 17 Sep 2004 02:06:33 +0000 (02:06 +0000)
committerNeil Conway <neilc@samurai.com>
Fri, 17 Sep 2004 02:06:33 +0000 (02:06 +0000)
doc/src/sgml/ref/create_cast.sgml

index 31d2473c3508f6a087bb894a2e762891b1ceea23..1687d6bb7f23cf849437e6f4ee00324d69f927e1 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/ref/create_cast.sgml,v 1.17 2004/06/16 01:26:40 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/ref/create_cast.sgml,v 1.18 2004/09/17 02:06:33 neilc Exp $ -->
 
 <refentry id="SQL-CREATECAST">
  <refmeta>
@@ -228,7 +228,8 @@ SELECT 'The time is ' || CAST(now() AS text);
   <title>Notes</title>
 
   <para>
-   Use <command>DROP CAST</command> to remove user-defined casts.
+   Use <xref linkend="sql-dropcast"
+   endterm="sql-dropcast-title"> to remove user-defined casts.
   </para>
 
   <para>