parse bug

From: floyds(at)4peakstech(dot)com
To: "Pgsql-Sql" <pgsql-sql(at)postgresql(dot)org>
Subject: parse bug
Date: 2002-11-11 19:25:16
Message-ID: NDBBKEGJICMIMJHJEBCOGEJEFMAA.floyds@4peakstech.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql


seems like an error in the sql parser to me:

# create table test (acol smallint[]);
CREATE
# insert into test (acol) values ('{ 0 }');
ERROR: pg_atoi: error in "0 ": can't parse " "
# insert into test (acol) values ('{ 0}');
INSERT 28472 1

the only difference is the trailing " " after the 0;

Regards,

Floyd Shackelford
4 Peaks Technology Group, Inc.
VOICE: 334.735.9428
FAX: 916.404.7125
EMAIL: FloydS(at)4PeaksTech(dot)com
ICQ #: 161371538

acta non verba

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Peter Eisentraut 2002-11-11 20:12:37 Re: bigger problem
Previous Message Josh Berkus 2002-11-11 18:27:59 Re: Generating a cross tab (pivot table)