Re: Add hint for function named "is"

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Add hint for function named "is"
Дата
Msg-id 4124.1471049661@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Add hint for function named "is"  (Greg Stark <stark@mit.edu>)
Список pgsql-hackers
Greg Stark <stark@mit.edu> writes:
> On Fri, Aug 12, 2016 at 7:40 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> pointing out that "SELECT 42 ISNULL" is now ambiguous.  Since ISNULL
>> is nonstandard, maybe dropping support for it would be feasible.

> Isn't ISNULL one of the lexical tricks we used to effectively give
> bison two token lookahead?

No, it's a SQL-exposed feature, though I think it's just there for
compatibility with some random other DBMS.  See also NOTNULL.
        regards, tom lane



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

Предыдущее
От: Greg Stark
Дата:
Сообщение: Re: Btree Index on PostgreSQL and Wiredtiger (MongoDB3.2)
Следующее
От: Thomas Munro
Дата:
Сообщение: Re: Server crash due to SIGBUS(Bus Error) when trying to access the memory created using dsm_create().