Start with [ , end with ) - Mailing list pgsql-docs

From PG Doc comments form
Subject Start with [ , end with )
Date
Msg-id 152448843926.19802.14056302746131184432@wrigleys.postgresql.org
Whole thread Raw
Responses Re: Start with [ , end with )
List pgsql-docs
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 by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: bit-strings with white space
Next
From: PG Doc comments form
Date:
Subject: why is there no CSVQL?