aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Conway <neilc@samurai.com>2004-09-17 02:06:33 +0000
committerNeil Conway <neilc@samurai.com>2004-09-17 02:06:33 +0000
commit12ce26f8da1f309218073f5d505284829f29a02b (patch)
tree584af6270b27dda5adb74ee3301b8914c8722fa8
parent04d15d120cf09cb081e70f666be664dbe60e9d7f (diff)
downloadpostgresql-12ce26f8da1f309218073f5d505284829f29a02b.tar.gz
postgresql-12ce26f8da1f309218073f5d505284829f29a02b.zip
Hyperlink a reference to DROP CAST in the CREATE CAST reference page.
-rw-r--r--doc/src/sgml/ref/create_cast.sgml5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/create_cast.sgml b/doc/src/sgml/ref/create_cast.sgml
index 31d2473c350..1687d6bb7f2 100644
--- a/doc/src/sgml/ref/create_cast.sgml
+++ b/doc/src/sgml/ref/create_cast.sgml
@@ -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>