range with infinity bound data type disallow extra empty white space.

Поиск
Список
Период
Сортировка
От jian he
Тема range with infinity bound data type disallow extra empty white space.
Дата
Msg-id CACJufxHLeBsr3=Yv-Ev53yUE=xgV0XNSechM96hqja49HGVp1A@mail.gmail.com
обсуждение исходный текст
Ответы Re: range with infinity bound data type disallow extra empty white space.  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список pgsql-general
Hi, there.

Not sure this is a bug, or intentional.
select '[10000, )'::int8range; --fail.
select '[10000,)'::int8range; --ok.

tested on pg14.4, pg15.1


--
 I recommend David Deutsch's <<The Beginning of Infinity>>

  Jian


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

Предыдущее
От: Josef Šimánek
Дата:
Сообщение: Re: Database designs
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: range with infinity bound data type disallow extra empty white space.