pgsql/src/backend/utils/adt arrayfuncs.c

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/utils/adt arrayfuncs.c
Date: 2002-03-16 22:47:15
Message-ID: 20020316224715.606B1476164@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl(at)postgresql(dot)org 02/03/16 17:47:14

Modified files:
src/backend/utils/adt: arrayfuncs.c

Log message:
Try to make array_in's behavior a tad less bizarre. Leading whitespace
before a data item is now always skipped, rather than only sometimes.
Backslashes not within double-quoted text are treated reasonably, as
are multiple sequences of quoted text in a single data item. But it
still seems rather prone to misbehavior if the input is not completely
syntactically correct --- in particular, garbage following a right brace
will be ignored.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2002-03-17 19:59:58 pgsql/doc/src/sgml array.sgml
Previous Message Dave Cramer 2002-03-16 02:15:24 pgsql/src/interfaces/jdbc/org/postgresql Drive ...