Tighened up syntax checking of array input processing considerably. Junk that
authorJoe Conway <[email protected]>
Sun, 8 Aug 2004 05:01:55 +0000 (05:01 +0000)
committerJoe Conway <[email protected]>
Sun, 8 Aug 2004 05:01:55 +0000 (05:01 +0000)
commitcb50ee286dff0568d0edb94ac9240182a4996faa
treec428ef397d6fd08de6bfa67c2616142b69682ab5
parent988d84f4a7fcf4648d96f3d63b741699c5666881
Tighened up syntax checking of array input processing 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).

Documentation updated to reflect change in whitespace handling. Also some
refactoring to what I believe is a more sensible order of several paragraphs.
doc/src/sgml/array.sgml
src/backend/utils/adt/arrayfuncs.c