Re: AS OF queries
legrand legrand <legrand_legrand@hotmail.com>
From: legrand legrand <legrand_legrand@hotmail.com>
To: pgsql-hackers@postgresql.org
Date: 2017-12-26T22:43:36Z
Lists: pgsql-hackers
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