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:
@ -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>
|
||||
|
Reference in New Issue
Block a user