From a858ca19df1491a5082864335efb0fe08e27e960 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 15 Mar 2011 20:47:31 -0400 Subject: [PATCH] Adjust doc wording about the casting exceptions for composite types. --- doc/src/sgml/ref/create_cast.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0