Commit 881ea47d authored by Joe Conway's avatar Joe Conway

Another array syntax change (whitespace) clarification -- this time in

the release notes.
parent 4187adc6
<!-- <!--
$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"> <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 ...@@ -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 Syntax checking of array input processing has been tighened up
considerably. Junk that was previously allowed in odd places with considerably. Junk that was previously allowed in odd places with
odd results now causes an ERROR. Also changed behavior with respect odd results now causes an ERROR. Also changed behavior with respect
to whitespace; trailing whitespace is now ignored as well as leading to whitespace surrounding array elements; trailing whitespace is now
whitespace (which has always been ignored). ignored as well as leading whitespace (which has always been ignored).
</para> </para>
</listitem> </listitem>
</itemizedlist> </itemizedlist>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment