projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a222f3a
)
Fix incorrect example of CAST syntax (was missing required parentheses).
author
Tom Lane
Mon, 7 Aug 2000 19:53:27 +0000
(19:53 +0000)
committer
Tom Lane
Mon, 7 Aug 2000 19:53:27 +0000
(19:53 +0000)
doc/src/sgml/syntax.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/syntax.sgml
b/doc/src/sgml/syntax.sgml
index 7f85c67baa13c9f74a480771937672a8c0378be6..957067008cdee0ef74c2a9e44ef9c53223289874 100644
(file)
--- a/
doc/src/sgml/syntax.sgml
+++ b/
doc/src/sgml/syntax.sgml
@@
-1,5
+1,5
@@
@@
-502,7
+502,7
@@
float4 '1.23' -- string style
type
'
string
'
'
string
'::
type
-CAST
'
string
' AS
type
+CAST
( '
string
' AS
type
)
The value inside the string is passed to the input