Re: Using VIEW to simplify code...

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Using VIEW to simplify code...
Дата
Msg-id 26637.1037747730@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Using VIEW to simplify code...  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
Ответы Re: Using VIEW to simplify code...  (Chris Gamache <cgg007@yahoo.com>)
Список pgsql-sql
Stephan Szabo <sszabo@megazone23.bigpanda.com> writes:
> On Tue, 19 Nov 2002, Chris Gamache wrote:
>> Understood. PostgreSQL 7.2.3.

> 7.3 will be better for this. There were questions about the safety
> of pushing clauses down in queries with union and intersect and
> earlier versions wouldn't push down because we weren't sure it was
> safe.  Except will still be problematic, but union and intersect should be
> much happier.

Yeah, the UNIONs in the view are definitely the big problem.  Can you
try on 7.3rc1 and see how it goes?
        regards, tom lane


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

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: Using VIEW to simplify code...
Следующее
От: Chris Gamache
Дата:
Сообщение: Re: Using VIEW to simplify code...