Missing closing ] - Mailing list pgsql-docs

From PG Doc comments form
Subject Missing closing ]
Date
Msg-id 169643073223.656.14171363764779631925@wrigleys.postgresql.org
Whole thread Raw
Responses Re: Missing closing ]
List pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/16/rangetypes.html
Description:

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

pgsql-docs by date:

Previous
From: PG Doc comments form
Date:
Subject: Unclear guarantees about sort order on https://www.postgresql.org/docs/current/queries-order.html
Next
From: Tom Lane
Date:
Subject: Re: Missing closing ]