pgsql: Doc: small improvements in discussion of geometric data types.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Doc: small improvements in discussion of geometric data types.
Дата
Msg-id E1sPQBW-000JY5-S9@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Doc: small improvements in discussion of geometric data types.

State explicitly that the coordinates in our geometric data types are
float8.  Also explain that polygons store their bounding box.

While here, fix the table of geometric data types to show type
"line"'s size correctly: it's 24 bytes not 32.  This has somehow
escaped notice since that table was made in 1998.

Per suggestion from Sebastian Skałacki.  The size error seems
important enough to justify back-patching.

Discussion: https://postgr.es/m/172000045661.706.1822177575291548794@wrigleys.postgresql.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5a519abeddfe34659a8c0478f04a0acfd0d80ec6

Modified Files
--------------
doc/src/sgml/datatype.sgml | 19 ++++++++++++++++---
1 file changed, 16 insertions(+), 3 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Add pg_get_acl() to get the ACL for a database object
Следующее
От: "Joel Jacobson"
Дата:
Сообщение: Re: pgsql: Add pg_get_acl() to get the ACL for a database object