Re: AW: [HACKERS] "internal error" triggered by EXISTS()

Поиск
Список
Период
Сортировка
От Vadim Mikheev
Тема Re: AW: [HACKERS] "internal error" triggered by EXISTS()
Дата
Msg-id 35ACECA5.AB5DA1F6@krs.ru
обсуждение исходный текст
Ответ на AW: [HACKERS] "internal error" triggered by EXISTS()  (Andreas Zeugswetter <andreas.zeugswetter@telecom.at>)
Список pgsql-hackers
Andreas Zeugswetter wrote:
>
> >>
> >> We only support subqueries in the target list.  May have that expaned
> >> for 6.4.
> >
> >Not sure that EXISTS is allowed in target list...
>
> The standard does not allow it, but it might be a nifty feature if
> it returned a boolean true or false.

I don't foresee problems with this.
BTW, shouldn't we allow the same for IN, ANY and ALL?

select ..., x in (...), ...

Vadim

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Recent updates
Следующее
От: Tom Lane
Дата:
Сообщение: Current sources dump core on COPY IN/OUT