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
Fri, 17 Sep 2004 02:06:33 +0000
(
02:06
+0000)
committer
Neil Conway
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
@@
-
+
@@
-228,7
+228,8
@@
SELECT 'The time is ' || CAST(now() AS text);
Notes
- Use
DROP CAST
to remove user-defined casts.
+ Use
+ endterm="sql-dropcast-title"> to remove user-defined casts.