|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.279 2004/08/0805:46:40 joe Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.280 2004/08/0806:03:36 joe Exp $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <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 | 317 | Syntax checking of array input processing has been tighened up
|
318 | 318 | considerably. Junk that was previously allowed in odd places with
|
319 | 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). |
| 320 | + to whitespace surrounding array elements; trailing whitespace is now |
| 321 | +ignored as well as leadingwhitespace (which has always been ignored). |
322 | 322 | </para>
|
323 | 323 | </listitem>
|
324 | 324 | </itemizedlist>
|
|