diff options
Diffstat (limited to 'doc/src/sgml/syntax.sgml')
-rw-r--r-- | doc/src/sgml/syntax.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/syntax.sgml b/doc/src/sgml/syntax.sgml index 1b9391e3dd..bc488afdd0 100644 --- a/doc/src/sgml/syntax.sgml +++ b/doc/src/sgml/syntax.sgml @@ -1425,7 +1425,7 @@ CAST ( <replaceable>expression</replaceable> AS <replaceable>type</replaceable> </synopsis> However, this only works for types whose names are also valid as function names. For example, <literal>double precision</literal> - can't be used this way, but the equivalent <literal>float8</literal> + cannot be used this way, but the equivalent <literal>float8</literal> can. Also, the names <literal>interval</>, <literal>time</>, and <literal>timestamp</> can only be used in this fashion if they are double-quoted, because of syntactic conflicts. Therefore, the use of |