diff options
author | Daniel Gustafsson | 2025-05-08 11:53:16 +0000 |
---|---|---|
committer | Daniel Gustafsson | 2025-05-08 11:53:16 +0000 |
commit | 8fcc6487809efa5508a4b70049402236a53be84d (patch) | |
tree | 99aef1fbc7d44c1d29e5eaa551c5cae72dba400f | |
parent | c06e909c26f070dee78f73c35565d6f4a4ffdcda (diff) |
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 <literal> tag. Backpatch to v17 where it was introduced
in 97957fdbaa42.
Author: Noboru Saito <[email protected]>
Reviewed-by: Daniel Gustafsson <[email protected]>
Reviewed-by: Tatsuo Ishii <[email protected]>
Reviewed-by: Michael Paquier <[email protected]>
Discussion: https://postgr.es/m/CAAM3qn+7QUWW9R6_YwPKXmky0xGE4n63U3EsxZeWE_QtogeU8g@mail.gmail.com
Backpatch-through: 17
-rw-r--r-- | doc/src/sgml/func.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 27ec46105f4..b405525a465 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -10905,7 +10905,7 @@ SELECT date_bin('15 minutes', TIMESTAMP '2020-02-11 15:44:17', TIMESTAMP '2001-0 </sect2> <sect2 id="functions-datetime-zoneconvert"> - <title><literal>AT TIME ZONE and AT LOCAL</literal></title> + <title><literal>AT TIME ZONE</literal> and <literal>AT LOCAL</literal></title> <indexterm> <primary>time zone</primary> |