Re: Why 'infinity' is not in range '[2019-01-02, infinity]'?

From: Eugen Konkov <kes-kes(at)yandex(dot)ru>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Re: Why 'infinity' is not in range '[2019-01-02, infinity]'?
Date: 2019-11-06 10:15:17
Message-ID: 1254054284.20191106121517@yandex.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

! Specifying a missing bound as exclusive is automatically converted
! to inclusive, e.g., <literal>[,]</literal> is automatically converted
! to <literal>(,)</literal>

Misspell?

You say:
exclusive is automatically converted to inclusive
But then:
[,] is automatically converted to (,)

which one is correct?

--
Best regards,
Eugen Konkov

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Alvaro Herrera 2019-11-06 13:13:30 Re: Adding a Column documentation is misleading
Previous Message Michael Paquier 2019-11-06 07:41:10 Re: wal_sender_timeout / wal_receiver_timeout - seconds or milliseconds?