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

From: Noboru Saito <noborusai(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: [PATCH] Fix <literal> tags in func.sgml
Date: 2025-05-08 06:36:53
Message-ID: CAAM3qn+7QUWW9R6_YwPKXmky0xGE4n63U3EsxZeWE_QtogeU8g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
fix-literal-tag.diff text/x-patch 522 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Rowley 2025-05-08 06:40:51 Re: Improve docs for n_distinct_inherited
Previous Message Michael Paquier 2025-05-08 06:35:54 Re: Improve explicit cursor handling in pg_stat_statements