BUG #5536: Disputing output for some Geometric types - Mailing list pgsql-bugs

From Jon Strait
Subject BUG #5536: Disputing output for some Geometric types
Date
Msg-id 201007020457.o624v4nI006332@wwwmaster.postgresql.org
Whole thread Raw
Responses Re: BUG #5536: Disputing output for some Geometric types  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
The following bug has been logged online:

Bug reference:      5536
Logged by:          Jon Strait
Email address:      jstrait@moonloop.net
PostgreSQL version: 8.4.4
Operating system:   Linux
Description:        Disputing output for some Geometric types
Details:

Refering to Documentation section 8.8 (Geometric Types), Boxes are supposed
to be output with the format of the first syntax listed, ( (x1, y1), (x2,
y2) ), but the output is showing the format of the second syntax, (x1, y1),
(x2, y2).  Line Segments are being output in a format that is not mentioned
in the documentation for Line Segments, [ (x1, y1), (x2, y2) ].

pgsql-bugs by date:

Previous
From: Michael Arnold
Date:
Subject: Re: BUG #5533: PQexecParams in Binary Mode returns incorrect value for float4
Next
From: Peter Eisentraut
Date:
Subject: Re: BUG #5534: IS DOCUMENT predicate errors instead of returning false