Re: Bug with view definitions?

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: Bug with view definitions?
Дата
Msg-id 40E4D842.6060608@familyhealth.com.au
обсуждение исходный текст
Ответ на Re: Bug with view definitions?  (Justin Clift <jc@telstra.net>)
Ответы Re: Bug with view definitions?
Список pgsql-hackers
> It's not a data corrupting bug but it's stopping view definitions from 
> "working as advertised" which is bad if you're used to being able to 
> rely on them.  :-/

Hmm, is this wrong on line 2085 of src/backend/adt/utils/ruleutils.c:
 need_paren = (PRETTY_PAREN(context) ?                               !IsA(op->rarg, RangeTblRef) : true);


The variable need_paren needs to be true in the case of the 
information_schema query, but I'm not sure what to add as the additional 
clause?

Chris



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

Предыдущее
От: Christopher Kings-Lynne
Дата:
Сообщение: compile errors in new PL/Pler
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Bug with view definitions?