BUG #9001: Documentation bug

From: kai(dot)peters(at)gmail(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #9001: Documentation bug
Date: 2014-01-27 16:38:35
Message-ID: 20140127163835.26701.49116@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 9001
Logged by: Kai
Email address: kai(dot)peters(at)gmail(dot)com
PostgreSQL version: 9.3.2
Operating system: Irrelevant
Description:

http://www.postgresql.org/docs/9.3/static/rangetypes.html

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)');

Bracket/paren mismatch in above INSERT statement

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message pmorie 2014-01-27 18:31:25 BUG #9003: Hard-coding to localhost in postmaster
Previous Message marko 2014-01-26 23:02:21 BUG #8984: ERROR: t_xmin is uncommitted in tuple to be updated