Re: NULL = col

Поиск
Список
Период
Сортировка
От Thomas Lockhart
Тема Re: NULL = col
Дата
Msg-id 3737A2B6.A3F149C2@alumni.caltech.edu
обсуждение исходный текст
Ответ на NULL = col  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список pgsql-hackers
> Yes, that is true.  There are several cases where we check just for =
> NULL and not NULL = in the internals, not the grammar.

That part is probably OK, since both statements are internalized to be
the same.

> > There is currently a single shift/reduce conflict in  gram.y, and I'm
> > suprised to find that it is *not* due to the "NULL_P '=' a_expr" line.
> Yep.  I got that working with precidence for NULL, I think.

Hmm.

> Any chance of making your signature Thomas, to not confuse it with Tom
> Lane?

I'm trying to, but it's *so* many letters to type...
                       - Tom^H^H^Hhomas

-- 
Thomas Lockhart                lockhart@alumni.caltech.edu
South Pasadena, California


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

Предыдущее
От: Don Baccus
Дата:
Сообщение:
Следующее
От: Thomas Lockhart
Дата:
Сообщение: Re: [HACKERS] NULL = col