We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04d15d1 commit 12ce26fCopy full SHA for 12ce26f
doc/src/sgml/ref/create_cast.sgml
@@ -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 $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/ref/create_cast.sgml,v 1.18 2004/09/17 02:06:33 neilc Exp $ -->
2
3
<refentry id="SQL-CREATECAST">
4
<refmeta>
@@ -228,7 +228,8 @@ SELECT 'The time is ' || CAST(now() AS text);
228
<title>Notes</title>
229
230
<para>
231
- Use <command>DROP CAST</command> to remove user-defined casts.
+ Use <xref linkend="sql-dropcast"
232
+ endterm="sql-dropcast-title"> to remove user-defined casts.
233
</para>
234
235
0 commit comments