]> granicus.if.org Git - postgresql/commitdiff
Adjust doc wording about the casting exceptions for composite types.
authorBruce Momjian <bruce@momjian.us>
Wed, 16 Mar 2011 00:47:31 +0000 (20:47 -0400)
committerBruce Momjian <bruce@momjian.us>
Wed, 16 Mar 2011 00:47:31 +0000 (20:47 -0400)
doc/src/sgml/ref/create_cast.sgml

index d1c540da8aac289da11bc66c4b03999f0f767afb..c0039edf75285000e1c609e82e59e57794206b1c 100644 (file)
@@ -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