From 71908c3d8a06f405c27e2e09927c66bbafb5d80b Mon Sep 17 00:00:00 2001 From: pgaddict Date: Fri, 15 Sep 2023 16:38:03 +0800 Subject: [PATCH v20 5/6] doc for special interval value. interval now have special values: infinity and -infinity. document it. --- doc/src/sgml/datatype.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index 507f3cb1..c2aac35f 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -2320,12 +2320,12 @@ TIMESTAMP WITH TIME ZONE '2004-10-19 10:23:54+02' infinity - date, timestamp, interval + date, timestamp, timestamptz, interval later than all other time stamps -infinity - date, timestamp + date, timestamp, timestamptz, interval earlier than all other time stamps -- 2.34.1