Commit 12ce26f8 authored by Neil Conway's avatar Neil Conway

Hyperlink a reference to DROP CAST in the CREATE CAST reference page.

parent 04d15d12
<!-- $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"> <refentry id="SQL-CREATECAST">
<refmeta> <refmeta>
...@@ -228,7 +228,8 @@ SELECT 'The time is ' || CAST(now() AS text); ...@@ -228,7 +228,8 @@ SELECT 'The time is ' || CAST(now() AS text);
<title>Notes</title> <title>Notes</title>
<para> <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>
<para> <para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment