Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitda8325f

Browse files
committed
Updated release notes for recent array syntax changes.
1 parent8120ff6 commitda8325f

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

‎doc/src/sgml/release.sgml

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.278 2004/08/06 23:33:48 tgl Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.279 2004/08/08 05:46:40 joe Exp $
33
-->
44

55
<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
311311
removed.
312312
</para>
313313
</listitem>
314+
315+
<listitem>
316+
<para>
317+
Syntax checking of array input processing has been tighened up
318+
considerably. Junk that was previously allowed in odd places with
319+
odd results now causes an ERROR. Also changed behavior with respect
320+
to whitespace; trailing whitespace is now ignored as well as leading
321+
whitespace (which has always been ignored).
322+
</para>
323+
</listitem>
314324
</itemizedlist>
315325
</para>
316326
</sect2>
@@ -1114,6 +1124,27 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.278 2004/08/06 23:33:48 tgl Exp
11141124
</para>
11151125
</listitem>
11161126

1127+
<listitem>
1128+
<para>
1129+
Syntax checking of array input processing considerably tighened up (Joe)
1130+
</para>
1131+
<para>
1132+
Junk that was previously allowed in odd places with odd results now
1133+
causes an ERROR.
1134+
</para>
1135+
</listitem>
1136+
1137+
<listitem>
1138+
<para>
1139+
Array element trailing whitespace is now ignored (Joe)
1140+
</para>
1141+
<para>
1142+
Formerly leading whitespace was ignored, but trailing whitespace
1143+
between an element and the delimiter or right brace was significant.
1144+
Now trailing whitespace is also ignored.
1145+
</para>
1146+
</listitem>
1147+
11171148
<listitem>
11181149
<para>
11191150
Emit array literals with explicit array bounds when lower bound is not one

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp