Thread: Regarding explanation to store and retrieve postgres geometric features
Regarding explanation to store and retrieve postgres geometric features
From
PG Doc comments form
Date:
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/17/datatype-geometric.html Description: I have found section for 8.8. Geometric Types 8.8.1. Points 8.8.2. Lines 8.8.3. Line Segments 8.8.4. Boxes 8.8.5. Paths 8.8.6. Polygons 8.8.7. Circles but dont find how to use it and test it. can you add a detailed explanation or provide some references.
Re: Regarding explanation to store and retrieve postgres geometric features
From
"Euler Taveira"
Date:
On Fri, Feb 7, 2025, at 7:43 AM, PG Doc comments form wrote:
Description:I have found section for 8.8. Geometric Types8.8.1. Points8.8.2. Lines8.8.3. Line Segments8.8.4. Boxes8.8.5. Paths8.8.6. Polygons8.8.7. Circles but dont find how to use it and test it. can you add adetailed explanation or provide some references.
This page says
A rich set of functions and operators is available to perform various geometric
operations such as scaling, translation, rotation, and determining
intersections. They are explained in Section 9.11.
Hence, check the referred section.