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

Поиск
Список
Период
Сортировка
От pgsql-bugs@postgresql.org
Тема insert into table (column) values ('string'); fail
Дата
Msg-id 200106300321.f5U3LMq32301@hub.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: Comments on Triggers and Rules are broken by pg_dump
Следующее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: configure finds ant (screensaver)