Re: [PATCH] Fix <literal> tags in func.sgml

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Noboru Saito <noborusai(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCH] Fix <literal> tags in func.sgml
Date: 2025-05-08 07:29:29
Message-ID: aBxdWa80ZDh_KRuf@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2025-05-08 07:36:40 Re: Remove unnecessary "lmgr.h" in stat_utils.c
Previous Message Tatsuo Ishii 2025-05-08 07:19:13 Re: [PATCH] Fix <literal> tags in func.sgml