Re: AS OF queries

Поиск
Список
Период
Сортировка
От legrand legrand
Тема Re: AS OF queries
Дата
Msg-id 1514328216747-0.post@n3.nabble.com
обсуждение исходный текст
Ответ на Re: AS OF queries  (Jeff Janes <jeff.janes@gmail.com>)
Ответы Re: AS OF queries  (David Fetter <david@fetter.org>)
Список 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


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Martin Marques
Дата:
Сообщение: Re: Does PostgreSQL check database integrity at startup?
Следующее
От: Alban Hertroys
Дата:
Сообщение: Re: Deadlock between concurrent index builds on different tables