Geometric data type for an arc. - Mailing list pgsql-novice

From John W. Kitz
Subject Geometric data type for an arc.
Date
Msg-id 000001cd2e9b$4fe15b30$efa41190$@Kitz@xs4all.nl
Whole thread Raw
List pgsql-novice

Hi,

 

Documentation at http://www.postgresql.org/docs/9.1/interactive/datatype-geometric.html#AEN6566 provides an explanation of the PostgreSQL geometric data type for a circle, defined by the two coordinates of a center point and a value that defines the radius of the circle.

 

What would be the easiest way to store in PostgreSQL an arc or partial circle, defined by the two coordinates of a center point, the two coordinates of the two end points of the arc and the radius of the circle of which the arc is a part?

 

Regards, Jk.

pgsql-novice by date:

Previous
From: Bastiaan Olij
Date:
Subject: Finding out what authentication was used for the connected session
Next
From: Binand Sethumadhavan
Date:
Subject: Re: Geometric data type for an arc.