Re: Bug with view definitions?

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: Bug with view definitions?
Дата
Msg-id 40E4DD85.4020005@familyhealth.com.au
обсуждение исходный текст
Ответ на Re: Bug with view definitions?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> In a quick glance this code seems close to completely brain dead :-(
> For one thing, why isn't it making separate determinations about whether
> the left and right inputs of the UNION (resp INTERSECT or EXCEPT)
> operator need to be parenthesized?  After that maybe we could figure out
> what the individual decisions need to be.

Well it's the work of 5 seconds to have two separate tests.  What I 
don't feel confident in doing is getting the tests themselves right. 
That's why I can't really do it...



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

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: compile errors in new PL/Pler
Следующее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: compile errors in new PL/Pler