aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorJoe Conway <mail@joeconway.com>2004-08-08 06:03:36 +0000
committerJoe Conway <mail@joeconway.com>2004-08-08 06:03:36 +0000
commit881ea47d248069a9597c292ca76891a67b1a6d6f (patch)
tree6ed88fe478cb5be63ea14f5101488f25e2bbe6f7 /doc/src
parent4187adc63117d70b2117ee61535eff64687836ba (diff)
downloadpostgresql-881ea47d248069a9597c292ca76891a67b1a6d6f.tar.gz
postgresql-881ea47d248069a9597c292ca76891a67b1a6d6f.zip
Another array syntax change (whitespace) clarification -- this time in
the release notes.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/release.sgml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml
index ab99f88c1dd..ba75ebc6b1a 100644
--- a/doc/src/sgml/release.sgml
+++ b/doc/src/sgml/release.sgml
@@ -1,5 +1,5 @@
<!--
-$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">
@@ -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
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).
+ to whitespace surrounding array elements; trailing whitespace is now
+ ignored as well as leading whitespace (which has always been ignored).
</para>
</listitem>
</itemizedlist>