Thread: insert into table (column) values ('string'); fail

insert into table (column) values ('string'); fail

From
pgsql-bugs@postgresql.org
Date:
Derek Tam (kmtam@yahoo.com) reports a bug with a severity of 2
The lower the number the more severe it is.

Short Description
insert into table (column) values ('string'); fail

Long Description
my system is i586/RedHat 6.2, using v7.1.2 RPM - postgresql-*-7.1.2-4PGDG




Sample Code
derek=#CREATE TABLE test(testing text);
CREATE
derek=#INSERT INTO test VALUES ('123');
INSERT 78832 1
derek=#INSERT INTO test (testing) VALUES ('123');
ERROR:  parser: parse error at or near ")"

what happen??



No file was uploaded with this report