would actual syntax WITH old_foo AS (select * from foo as of '<some time>') select * from foo except select * from old_foo;
work in replacement for select * from foo except select * from foo as old_foo as of '<some time>'; ? Regards PAscal -- Sent from: http://www.postgresql-archive.org/PostgreSQL-hackers-f1928748.html