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

Noboru Saito <noborusai@gmail.com>

From: Noboru Saito <noborusai@gmail.com>
To: Daniel Gustafsson <daniel@yesql.se>
Cc: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2025-05-08T12:31:33Z
Lists: pgsql-hackers
Thanks to all the hackers for your quick response.

2025年5月8日(木) 15:44 Daniel Gustafsson <daniel@yesql.se>:
>
> > 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
>



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