Start with [ , end with )

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: yonatanhak(at)gmail(dot)com
Subject: Start with [ , end with )
Date: 2018-04-23 13:00:39
Message-ID: 152448843926.19802.14056302746131184432@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/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...

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message PG Doc comments form 2018-04-24 01:41:28 why is there no CSVQL?
Previous Message David G. Johnston 2018-04-23 04:07:33 Re: bit-strings with white space