From: Bruce Momjian Date: Wed, 16 Mar 2011 00:47:31 +0000 (-0400) Subject: Adjust doc wording about the casting exceptions for composite types. X-Git-Tag: REL9_1_ALPHA5~78 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a858ca19df1491a5082864335efb0fe08e27e960;p=postgresql Adjust doc wording about the casting exceptions for composite types. --- diff --git a/doc/src/sgml/ref/create_cast.sgml b/doc/src/sgml/ref/create_cast.sgml index d1c540da8a..c0039edf75 100644 --- a/doc/src/sgml/ref/create_cast.sgml +++ b/doc/src/sgml/ref/create_cast.sgml @@ -372,7 +372,7 @@ SELECT CAST ( 2 AS numeric ) + 4.0; - 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 CAST or :: notation). This exception was added