insert into table (column) values ('string'); fail - Mailing list pgsql-bugs

From pgsql-bugs@postgresql.org
Subject insert into table (column) values ('string'); fail
Date
Msg-id 200106300321.f5U3LMq32301@hub.org
Whole thread Raw
List pgsql-bugs
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

pgsql-bugs by date:

Previous
From: pgsql-bugs@postgresql.org
Date:
Subject: Comments on Triggers and Rules are broken by pg_dump
Next
From: pgsql-bugs@postgresql.org
Date:
Subject: configure finds ant (screensaver)