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

From: jian he <jian(dot)universality(at)gmail(dot)com>
To: pgsql-general list <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: range with infinity bound data type disallow extra empty white space.
Date: 2022-07-09 06:13:26
Message-ID: CACJufxHLeBsr3=Yv-Ev53yUE=xgV0XNSechM96hqja49HGVp1A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message David G. Johnston 2022-07-09 07:06:09 Re: range with infinity bound data type disallow extra empty white space.
Previous Message Josef Šimánek 2022-07-09 00:50:30 Re: Database designs