Re: Chapter "8.8 Geometric Types" of documentation could contain more details
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: skalee@gmail.com
Cc: pgsql-docs@lists.postgresql.org
Date: 2024-07-03T19:45:18Z
Lists: pgsql-docs
Attachments
- geometric-types-doc-improvement.patch (text/x-diff) patch
PG Doc comments form <noreply@postgresql.org> writes: > Hi, I am writing to suggest a couple of clarifications to "8.8. Geometric > Types" documentation chapter. Fair points. I am not really eager to say explicitly here that the set of available functions varies for the different types: that seems pretty self-evident. But your other ideas are good. I also noted while looking at this that table 8.20 is flat out wrong about the storage size of "line" values: they are 24 bytes each not 32. (This can be confirmed from pg_type.typlen or by looking at struct LINE in the source code.) How about the attached? regards, tom lane
Commits
-
Doc: small improvements in discussion of geometric data types.
- cfac45037875 13.16 landed
- b261649c0a86 14.13 landed
- ac2ec6c57b38 12.20 landed
- 7f9c71519143 17.0 landed
- 7961cd49e26b 15.8 landed
- 5c25f34d4da2 16.4 landed
- 5a519abeddfe 18.0 landed