Start with [ , end with )
От
PG Doc comments form
Тема
Start with [ , end with )
Дата
Msg-id
152448843926.19802.14056302746131184432@wrigleys.postgresql.org
Список
Дерево обсуждения
Start with [ , end with ) PG Doc comments form <noreply@postgresql.org>
Re: Start with [ , end with ) Mike Toews <mwtoews@gmail.com>
Re: Start with [ , end with ) "Jonathan S. Katz" <jkatz@postgresql.org>
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/10/static/rangetypes.html
Description:
See in:
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...
В списке pgsql-docs по дате отправления