Re: Suggestions for implementing IS DISTINCT FROM?

Поиск
Список
Период
Сортировка
От Thomas Lockhart
Тема Re: Suggestions for implementing IS DISTINCT FROM?
Дата
Msg-id 3D167BB2.4BD64147@fourpalms.org
обсуждение исходный текст
Ответ на Suggestions for implementing IS DISTINCT FROM?  (Thomas Lockhart <lockhart@fourpalms.org>)
Список pgsql-hackers
> > I'm looking at implementing IS DISTINCT FROM, among other things.
> > ...
> > I was thinking to implement this by simply expanding these rules within
> > gram.y to be a tree of comparison tests.
> Please, please, do not do that.  Make a new expression node tree type,
> instead.  We've made this mistake before (eg for BETWEEN) and I don't
> want to do it again.

Uh, sure. If you don't quote out of context I think it is pretty clear
that I was looking for a helpful suggestion to do just that. Thanks,
I'll proceed with the assurance that you won't object to *that* too ;)
                - Thomas




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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: COPY syntax improvement
Следующее
От: "J. R. Nield"
Дата:
Сообщение: Re: Index Scans become Seq Scans after VACUUM ANALYSE