Re: Missing closing ]

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Missing closing ]
Дата
Msg-id 2599189.1696436806@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Missing closing ]  (PG Doc comments form <noreply@postgresql.org>)
Список pgsql-docs
PG Doc comments form <noreply@postgresql.org> writes:
> In the example session at
> https://www.postgresql.org/docs/current/rangetypes.html#RANGETYPES-EXAMPLES
> there are missing closing square bracket  ]

> Take a look below
> CREATE TABLE reservation (room int, during tsrange);
> INSERT INTO reservation VALUES
>     (1108, '[2010-01-01 14:30, 2010-01-01 15:30)');

> there should be ] after 15:30

No, it looks correct as given: that end of the range is open not closed.

            regards, tom lane



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

Предыдущее
От: PG Doc comments form
Дата:
Сообщение: Missing closing ]
Следующее
От: Daniel Fredouille
Дата:
Сообщение: Re: unnest multirange, returned order