[PATCH] Fix <literal> tags in func.sgml
Hi,
Previously, both "AT TIME ZONE" and "AT LOCAL" were wrapped in a
single <literal> tag, which was incorrect.
This patch separates them into two distinct <literal> tags for better
semantic correctness.
Please review and apply if appropriate.
Noboru Saito
Attachments:
fix-literal-tag.difftext/x-patch; charset=US-ASCII; name=fix-literal-tag.diffDownload
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>
On 8 May 2025, at 08:36, Noboru Saito <noborusai@gmail.com> wrote:
Hi,
Previously, both "AT TIME ZONE" and "AT LOCAL" were wrapped in a
single <literal> tag, which was incorrect.
This patch separates them into two distinct <literal> tags for better
semantic correctness.
Thanks for the patch, it looks correct to me so I will apply it in a bit.
--
Daniel Gustafsson
Previously, both "AT TIME ZONE" and "AT LOCAL" were wrapped in a
single <literal> tag, which was incorrect.
Agreed.
This patch separates them into two distinct <literal> tags for better
semantic correctness.Please review and apply if appropriate.
Noboru Saito
Looks good to me.
Best regards,
--
Tatsuo Ishii
SRA OSS K.K.
English: http://www.sraoss.co.jp/index_en/
Japanese:http://www.sraoss.co.jp
On 8 May 2025, at 08:36, Noboru Saito <noborusai@gmail.com> wrote:
Hi,
Previously, both "AT TIME ZONE" and "AT LOCAL" were wrapped in a
single <literal> tag, which was incorrect.
This patch separates them into two distinct <literal> tags for better
semantic correctness.Thanks for the patch, it looks correct to me so I will apply it in a bit.
Sorry I havent' noticed your email when I posted. Please go ahead.
Best regards,
--
Tatsuo Ishii
SRA OSS K.K.
English: http://www.sraoss.co.jp/index_en/
Japanese:http://www.sraoss.co.jp
On Thu, May 08, 2025 at 03:36:53PM +0900, Noboru Saito wrote:
Previously, both "AT TIME ZONE" and "AT LOCAL" were wrapped in a
single <literal> tag, which was incorrect.
This patch separates them into two distinct <literal> tags for better
semantic correctness.
Indeed, good catch. It looks like I've fat-fingered the tag in
97957fdbaa42. The suggested patch looks OK here.
--
Michael
Thanks to all the hackers for your quick response.
2025年5月8日(木) 15:44 Daniel Gustafsson <daniel@yesql.se>:
Show quoted text
On 8 May 2025, at 08:36, Noboru Saito <noborusai@gmail.com> wrote:
Hi,
Previously, both "AT TIME ZONE" and "AT LOCAL" were wrapped in a
single <literal> tag, which was incorrect.
This patch separates them into two distinct <literal> tags for better
semantic correctness.Thanks for the patch, it looks correct to me so I will apply it in a bit.
--
Daniel Gustafsson