From f279241b09aa3cf4c6162f74dc8b5cc99ebcd196 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 13 Nov 2023 16:26:59 -0500 Subject: 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 --- doc/src/sgml/datatype.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index 5a6cfbd94d8..55340b00ade 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -3366,13 +3366,13 @@ SELECT person.name, holidays.num_weeks FROM person, holidays lseg 32 bytes Finite line segment - ((x1,y1),(x2,y2)) + [(x1,y1),(x2,y2)] box 32 bytes Rectangular box - ((x1,y1),(x2,y2)) + (x1,y1),(x2,y2) path -- cgit v1.2.3