"Jan Urbanek" <[EMAIL PROTECTED]> writes:
> I have found a transaction problem in 6.5.3. This is an example:
> Begin;
> create table a (a1 int4,a2 int4);
> create table b (b1 int4);
> alter table b add column b2 int4;
> insert into b select * from a ;
> ERROR: INSERT has more expressions than ta
Hello!
I have found a transaction problem in 6.5.3. This is an example:
Begin;
create table a (a1 int4,a2 int4);
create table b (b1 int4);
alter table b add column b2 int4;
insert into b select * from a ;
ERROR: INSERT has more expressions than target columns
The db sees new table b, but think