|
1 | 1 | <!--
|
2 |
| -$Header: /cvsroot/pgsql/doc/src/sgml/syntax.sgml,v 1.23 2000/07/14 15:26:21 thomas Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/syntax.sgml,v 1.24 2000/08/07 19:53:27 tgl Exp $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <chapter id="syntax">
|
@@ -502,7 +502,7 @@ float4 '1.23' -- string style
|
502 | 502 | <synopsis>
|
503 | 503 | <replaceable>type</replaceable> '<replaceable>string</replaceable>'
|
504 | 504 | '<replaceable>string</replaceable>'::<replaceable>type</replaceable>
|
505 |
| -CAST '<replaceable>string</replaceable>' AS <replaceable>type</replaceable> |
| 505 | +CAST('<replaceable>string</replaceable>' AS <replaceable>type</replaceable> ) |
506 | 506 | </synopsis>
|
507 | 507 |
|
508 | 508 | The value inside the string is passed to the input
|
|