Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

BUG #9001: Documentation bug - Mailing list pgsql-bugs

From kai.peters@gmail.com
Subject BUG #9001: Documentation bug
Date
Msg-id 20140127163835.26701.49116@wrigleys.postgresql.org
Whole thread Raw
Responses Re: BUG #9001: Documentation bug
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      9001
Logged by:          Kai
Email address:      kai.peters@gmail.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

pgsql-bugs by date:

Previous
From: Devrim GÜNDÜZ
Date:
Subject: Re: BUG #8956: fedora download does not contain pg_config
Next
From: pmorie@redhat.com
Date:
Subject: BUG #9003: Hard-coding to localhost in postmaster