Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b8364d commit a858ca1Copy full SHA for a858ca1
doc/src/sgml/ref/create_cast.sgml
@@ -372,7 +372,7 @@ SELECT CAST ( 2 AS numeric ) + 4.0;
372
373
<note>
374
<para>
375
- 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
376
composite types to string types cannot be invoked using functional
377
syntax, but must be written in explicit cast syntax (either
378
<literal>CAST</> or <literal>::</> notation). This exception was added
0 commit comments