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

From: Tatsuya Kawata <kawatatatsuya0913(at)gmail(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: [PATCH] Doc: Fix missing func_signature role in pg_get_tablespace_ddl entry
Date: 2026-04-18 03:29:19
Message-ID: CAHza6qcSgwdh+f41zEm6NSaGHvs5_cwjVu22+KTic=TfnonrFA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

Regards,
Tatsuya Kawata

Attachment Content-Type Size
0001-Doc-Fix-missing-func_signature-role-in-pg_get_tables.patch application/octet-stream 1.2 KB

Browse pgsql-hackers by date

  From Date Subject
Next Message Haibo Yan 2026-04-18 04:02:36 Re: Implement missing join selectivity estimation for range types
Previous Message Euler Taveira 2026-04-18 02:19:24 Re: Heads Up: cirrus-ci is shutting down June 1st