Updated release notes for recent array syntax changes.
This commit is contained in:
parent
8120ff636b
commit
da8325fa5c
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.278 2004/08/06 23:33:48 tgl Exp $
|
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.279 2004/08/08 05:46:40 joe Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<appendix id="release">
|
<appendix id="release">
|
||||||
@ -311,6 +311,16 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.278 2004/08/06 23:33:48 tgl Exp
|
|||||||
removed.
|
removed.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
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).
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</para>
|
</para>
|
||||||
</sect2>
|
</sect2>
|
||||||
@ -1114,6 +1124,27 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.278 2004/08/06 23:33:48 tgl Exp
|
|||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Syntax checking of array input processing considerably tighened up (Joe)
|
||||||
|
</para>
|
||||||
|
<para>
|
||||||
|
Junk that was previously allowed in odd places with odd results now
|
||||||
|
causes an ERROR.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Array element trailing whitespace is now ignored (Joe)
|
||||||
|
</para>
|
||||||
|
<para>
|
||||||
|
Formerly leading whitespace was ignored, but trailing whitespace
|
||||||
|
between an element and the delimiter or right brace was significant.
|
||||||
|
Now trailing whitespace is also ignored.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Emit array literals with explicit array bounds when lower bound is not one
|
Emit array literals with explicit array bounds when lower bound is not one
|
||||||
|
Loading…
x
Reference in New Issue
Block a user