Re: Start with [ , end with )

From: Mike Toews <mwtoews(at)gmail(dot)com>
To: yonatanhak(at)gmail(dot)com, pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Re: Start with [ , end with )
Date: 2018-04-24 03:37:13
Message-ID: CAM2FmMqvNbf_-hRJWLgtrxSf0kdEoRdwfCFVxx2gN2Kd=3+g6A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

On 24 April 2018 at 01:00, PG Doc comments form <noreply(at)postgresql(dot)org> wrote:
> 8.17.2. Examples
>
> CREATE TABLE reservation (room int, during tsrange);
> INSERT INTO reservation VALUES
> (1108, '[2010-01-01 14:30, 2010-01-01 15:30)');
> ^ ^
> While not an Error, still...

See 8.17.3. Inclusive and Exclusive Bounds

This is an example with an inclusive lower bound "[" and an exclusive
upper bound ")".

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Jonathan S. Katz 2018-04-24 05:09:56 Re: Start with [ , end with )
Previous Message PG Doc comments form 2018-04-24 01:41:28 why is there no CSVQL?