Fix incorrect example of CAST syntax (was missing required parentheses).
authorTom Lane
Mon, 7 Aug 2000 19:53:27 +0000 (19:53 +0000)
committerTom Lane
Mon, 7 Aug 2000 19:53:27 +0000 (19:53 +0000)
doc/src/sgml/syntax.sgml

index 7f85c67baa13c9f74a480771937672a8c0378be6..957067008cdee0ef74c2a9e44ef9c53223289874 100644 (file)
@@ -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