Re: [PATCH] Doc: Fix missing func_signature role in pg_get_tablespace_ddl entry

From: Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>
To: Tatsuya Kawata <kawatatatsuya0913(at)gmail(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCH] Doc: Fix missing func_signature role in pg_get_tablespace_ddl entry
Date: 2026-04-20 20:31:48
Message-ID: CAD21AoA5R-rPM0Y8TwrLJmWBm8Sez3yiHjqX_0i_rheDarqnoA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Apr 17, 2026 at 8:30 PM Tatsuya Kawata
<kawatatatsuya0913(at)gmail(dot)com> wrote:
>
> Hi,
>
> The second function signature of pg_get_tablespace_ddl()
> in the "Get Object DDL Functions" table is missing
> the func_signature role attribute on its <para> tag.
> This causes inconsistent indentation compared to
> the first signature in the rendered documentation.
>
> Other functions with multiple signatures, such as current_schema,
> use <para role="func_signature"> for each signature entry.
> The attached patch fixes this by adding the missing role attribute.

LGTM. Pushed.

Regards,

--
Masahiko Sawada
Amazon Web Services: https://aws.amazon.com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Ayush Tiwari 2026-04-20 20:43:04 [PATCH] Fix column name escaping in postgres_fdw stats import
Previous Message Melanie Plageman 2026-04-20 20:28:03 Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access)