projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04d15d1
)
Hyperlink a reference to DROP CAST in the CREATE CAST reference page.
author
Neil Conway
<neilc@samurai.com>
Fri, 17 Sep 2004 02:06:33 +0000
(
02:06
+0000)
committer
Neil Conway
<neilc@samurai.com>
Fri, 17 Sep 2004 02:06:33 +0000
(
02:06
+0000)
doc/src/sgml/ref/create_cast.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/create_cast.sgml
b/doc/src/sgml/ref/create_cast.sgml
index 31d2473c3508f6a087bb894a2e762891b1ceea23..1687d6bb7f23cf849437e6f4ee00324d69f927e1 100644
(file)
--- 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.1
7 2004/06/16 01:26:40 tgl
Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/ref/create_cast.sgml,v 1.1
8 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>