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

Michael Paquier <michael@paquier.xyz>

From: Michael Paquier <michael@paquier.xyz>
To: Noboru Saito <noborusai@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2025-05-08T07:29:29Z
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

Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. doc: Fix title markup for AT TIME ZONE and AT LOCAL