From f2d5b571f352bd57e5d7f14ae9386e1ec1be19df Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Thu, 8 May 2025 13:53:16 +0200 Subject: doc: Fix title markup for AT TIME ZONE and AT LOCAL The title for AT TIME ZONE and AT LOCAL was accidentally wrapping the "and" in the tag. Backpatch to v17 where it was introduced in 97957fdbaa42. Author: Noboru Saito Reviewed-by: Daniel Gustafsson Reviewed-by: Tatsuo Ishii Reviewed-by: Michael Paquier Discussion: https://postgr.es/m/CAAM3qn+7QUWW9R6_YwPKXmky0xGE4n63U3EsxZeWE_QtogeU8g@mail.gmail.com Backpatch-through: 17 --- doc/src/sgml/func.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index f441ec43314..697c1a02891 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -10687,7 +10687,7 @@ SELECT date_bin('15 minutes', TIMESTAMP '2020-02-11 15:44:17', TIMESTAMP '2001-0 - <literal>AT TIME ZONE and AT LOCAL</literal> + <literal>AT TIME ZONE</literal> and <literal>AT LOCAL</literal> time zone -- cgit v1.2.3