Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8fcc648

Browse files
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 97957fd. 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
1 parent c06e909 commit 8fcc648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/func.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10905,7 +10905,7 @@ SELECT date_bin('15 minutes', TIMESTAMP '2020-02-11 15:44:17', TIMESTAMP '2001-0
1090510905
</sect2>
1090610906

1090710907
<sect2 id="functions-datetime-zoneconvert">
10908-
<title><literal>AT TIME ZONE and AT LOCAL</literal></title>
10908+
<title><literal>AT TIME ZONE</literal> and <literal>AT LOCAL</literal></title>
1090910909

1091010910
<indexterm>
1091110911
<primary>time zone</primary>

0 commit comments

Comments
 (0)