"Jaime Casanova" <[EMAIL PROTECTED]> writes: > I'm doing some tests of Bernd's updatable views patch and found > something interesting about the RETURNING behavior > ... > but if i insert using the rules the returning clause is ignored > testing_uv=# insert into v_bar values (3), (4) returning *; > INSERT 0 2
What are you testing exactly? I think this recent fix might be relevant: http://archives.postgresql.org/pgsql-committers/2006-08/msg00299.php regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match