Missing closing ]

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: mishchenkoa(at)google(dot)com
Subject: Missing closing ]
Date: 2023-10-04 14:45:32
Message-ID: 169643073223.656.14171363764779631925@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Tom Lane 2023-10-04 16:26:46 Re: Missing closing ]
Previous Message PG Doc comments form 2023-10-04 14:24:11 Unclear guarantees about sort order on https://www.postgresql.org/docs/current/queries-order.html