Re: Document NULL

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Document NULL
Дата
Msg-id 54757.1718775943@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Document NULL  (Yugo NAGATA <nagata@sraoss.co.jp>)
Ответы Re: Document NULL
Список pgsql-hackers
Yugo NAGATA <nagata@sraoss.co.jp> writes:
> On Tue, 18 Jun 2024 20:56:58 -0700
> "David G. Johnston" <david.g.johnston@gmail.com> wrote:
>> But it is neither a keyword nor an identifier.

The lexer would be quite surprised by your claim that NULL isn't
a keyword.  Per src/include/parser/kwlist.h, NULL is a keyword,
and a fully reserved one at that.

            regards, tom lane



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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: Allow logical failover slots to wait on synchronous replication
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: Conflict Detection and Resolution