BUG #5201: insert select gives bogus error message

Поиск
Список
Период
Сортировка
От
Тема BUG #5201: insert select gives bogus error message
Дата
Msg-id 200911200931.nAK9V2iJ095076@wwwmaster.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #5201: insert select gives bogus error message
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      5201
Logged by:
Email address:      anteusz@freemail.hu
PostgreSQL version: 8.3
Operating system:   Kanotix, Debian based
Description:        insert select gives bogus error message
Details:

Hi,

I have two tables.
table a, and table b.
table a inherits table b in create table.
table b had at least 10 fields.
I had a command insert into a select * from b;
I got an error message saying
that number of expressions/arguments is not ok.
This does not happen if I use "like" instead of inherit.

В списке pgsql-bugs по дате отправления:

Предыдущее
От: "Alvaro Herrera"
Дата:
Сообщение: BUG #5206: wal_sync_method in stock postgresql.conf may be wrong
Следующее
От: "Marcel Wieland"
Дата:
Сообщение: BUG #5202: Rule affecting more than one row is only fired once with LIMIT 1