1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

psql: improve description consistency of \dTS data types

This was done particularly for geometric data types.

Reported-by: Christoph Berg

Discussion: https://postgr.es/m/YGI8Leuk0WvmNWLr@msg.df7cb.de

Co-authored-by: Kyotaro Horiguchi

Backpatch-through: master
This commit is contained in:
Bruce Momjian
2023-11-13 16:26:59 -05:00
parent 7539a1b2fc
commit f279241b09
2 changed files with 24 additions and 22 deletions

View File

@ -3366,13 +3366,13 @@ SELECT person.name, holidays.num_weeks FROM person, holidays
<entry><type>lseg</type></entry>
<entry>32 bytes</entry>
<entry>Finite line segment</entry>
<entry>((x1,y1),(x2,y2))</entry>
<entry>[(x1,y1),(x2,y2)]</entry>
</row>
<row>
<entry><type>box</type></entry>
<entry>32 bytes</entry>
<entry>Rectangular box</entry>
<entry>((x1,y1),(x2,y2))</entry>
<entry>(x1,y1),(x2,y2)</entry>
</row>
<row>
<entry><type>path</type></entry>