Hi, I s the following behavior perceived fix-worthy?
-- note the ' 1's in the output s po stgres=# CREATE TABLE test AS SELECT; SELECT 1 postgres=# insert into test select; INSERT 0 1 My guess why this happens is because changes made in the commit in $SUBJECT only pertain to fixing syntax errors and nothing else. -- Amit