expr ? trueval : falseval

Поиск
Список
Период
Сортировка
От Brett McCormick
Тема expr ? trueval : falseval
Дата
Msg-id 13586.9001.942044.691129@abraxas.scene.com
обсуждение исходный текст
Ответы Re: [HACKERS] expr ? trueval : falseval  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список pgsql-hackers
expr ? trueval : falseval

if expr evaluated is true, the entire expression is trueval evaluated,
otherwise it is falseval evaluated.

Is it possible to have this sort of grammar logic in the parser?

--brett

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

Предыдущее
От: dg@illustra.com (David Gould)
Дата:
Сообщение: Re: [HACKERS] Buffer overuns with the Electric fence debugging library
Следующее
От: Coronach
Дата:
Сообщение: psql nested queries with 2000+ records