Re: Start with [ , end with )

Поиск
Список
Период
Сортировка
От Mike Toews
Тема Re: Start with [ , end with )
Дата
Msg-id CAM2FmMqvNbf_-hRJWLgtrxSf0kdEoRdwfCFVxx2gN2Kd=3+g6A@mail.gmail.com
обсуждение исходный текст
Ответ на Start with [ , end with )  (PG Doc comments form <noreply@postgresql.org>)
Ответы Re: Start with [ , end with )  ("Jonathan S. Katz" <jkatz@postgresql.org>)
Список pgsql-docs
On 24 April 2018 at 01:00, PG Doc comments form <noreply@postgresql.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 ")".


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

Предыдущее
От: PG Doc comments form
Дата:
Сообщение: why is there no CSVQL?
Следующее
От: "Jonathan S. Katz"
Дата:
Сообщение: Re: Start with [ , end with )