|
1 | 1 | <!-- |
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 $ |
3 | 3 | --> |
4 | 4 |
|
5 | 5 | <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 |
311 | 311 | removed. |
312 | 312 | </para> |
313 | 313 | </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> |
314 | 324 | </itemizedlist> |
315 | 325 | </para> |
316 | 326 | </sect2> |
@@ -1114,6 +1124,27 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.278 2004/08/06 23:33:48 tgl Exp |
1114 | 1124 | </para> |
1115 | 1125 | </listitem> |
1116 | 1126 |
|
| 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 | + |
1117 | 1148 | <listitem> |
1118 | 1149 | <para> |
1119 | 1150 | Emit array literals with explicit array bounds when lower bound is not one |
|