Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 12ce26f

Browse files
author
Neil Conway
committed
Hyperlink a reference to DROP CAST in the CREATE CAST reference page.
1 parent 04d15d1 commit 12ce26f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/src/sgml/ref/create_cast.sgml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/ref/create_cast.sgml,v 1.17 2004/06/16 01:26:40 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/ref/create_cast.sgml,v 1.18 2004/09/17 02:06:33 neilc Exp $ -->
22

33
<refentry id="SQL-CREATECAST">
44
<refmeta>
@@ -228,7 +228,8 @@ SELECT 'The time is ' || CAST(now() AS text);
228228
<title>Notes</title>
229229

230230
<para>
231-
Use <command>DROP CAST</command> to remove user-defined casts.
231+
Use <xref linkend="sql-dropcast"
232+
endterm="sql-dropcast-title"> to remove user-defined casts.
232233
</para>
233234

234235
<para>

0 commit comments

Comments
 (0)