Another array syntax change (whitespace) clarification -- this time in
authorJoe Conway <mail@joeconway.com>
Sun, 8 Aug 2004 06:03:36 +0000 (06:03 +0000)
committerJoe Conway <mail@joeconway.com>
Sun, 8 Aug 2004 06:03:36 +0000 (06:03 +0000)
the release notes.

doc/src/sgml/release.sgml

index ab99f88c1ddfa0c96989b08c1fa9d830c1e40351..ba75ebc6b1ad3d2b21a7651076d32ba5d76add5d 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.279 2004/08/08 05:46:40 joe Exp $
+$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.280 2004/08/08 06:03:36 joe Exp $
 -->
 
 <appendix id="release">
@@ -317,8 +317,8 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.279 2004/08/08 05:46:40 joe Exp
        Syntax checking of array input processing has been tighened up
        considerably. Junk that was previously allowed in odd places with
        odd results now causes an ERROR. Also changed behavior with respect
-       to whitespace; trailing whitespace is now ignored as well as leading
-       whitespace (which has always been ignored).
+       to whitespace surrounding array elements; trailing whitespace is now
+       ignored as well as leading whitespace (which has always been ignored).
       </para>
      </listitem>
     </itemizedlist>