mirror of
https://github.com/postgres/postgres.git
synced 2026-02-22 17:31:00 -05:00
Adjust doc wording about the casting exceptions for composite types.
This commit is contained in:
parent
2b8364de69
commit
a858ca19df
1 changed files with 1 additions and 1 deletions
|
|
@ -372,7 +372,7 @@ SELECT CAST ( 2 AS numeric ) + 4.0;
|
|||
|
||||
<note>
|
||||
<para>
|
||||
There's an exception to the exception, too: I/O conversion casts from
|
||||
There is also an exception to the exception: I/O conversion casts from
|
||||
composite types to string types cannot be invoked using functional
|
||||
syntax, but must be written in explicit cast syntax (either
|
||||
<literal>CAST</> or <literal>::</> notation). This exception was added
|
||||
|
|
|
|||
Loading…
Reference in a new issue