Re: Bug with view definitions?
От | Tom Lane |
---|---|
Тема | Re: Bug with view definitions? |
Дата | |
Msg-id | 8981.1088739603@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | Re: Bug with view definitions? (Christopher Kings-Lynne <chriskl@familyhealth.com.au>) |
Ответы |
Re: Bug with view definitions?
Re: Bug with view definitions? |
Список | pgsql-hackers |
Christopher Kings-Lynne <chriskl@familyhealth.com.au> writes: > Hmm, is this wrong on line 2085 of src/backend/adt/utils/ruleutils.c: > need_paren = (PRETTY_PAREN(context) ? > !IsA(op->rarg, RangeTblRef) : true); 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. regards, tom lane
В списке pgsql-hackers по дате отправления: