public inbox for [email protected]  
help / color / mirror / Atom feed
From: Tatsuya Kawata <[email protected]>
To: PostgreSQL-development <[email protected]>
Subject: [PATCH] Doc: Fix missing func_signature role in pg_get_tablespace_ddl entry
Date: Sat, 18 Apr 2026 12:29:19 +0900
Message-ID: <CAHza6qcSgwdh+f41zEm6NSaGHvs5_cwjVu22+KTic=TfnonrFA@mail.gmail.com> (raw)

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


Attachments:

  [application/octet-stream] 0001-Doc-Fix-missing-func_signature-role-in-pg_get_tables.patch (1.2K, 3-0001-Doc-Fix-missing-func_signature-role-in-pg_get_tables.patch)
  download | inline diff:
From 59f75092ed5c6406202645bc5f467703f1c9fa56 Mon Sep 17 00:00:00 2001
From: TatsuyaKawata <[email protected]>
Date: Sat, 18 Apr 2026 12:09:46 +0900
Subject: [PATCH] Doc: Fix missing func_signature role in pg_get_tablespace_ddl
 entry

The second function signature for pg_get_tablespace_ddl() was missing
the func_signature role attribute on its <para> tag, causing inconsistent
indentation in the rendered documentation.

Author: Tatsuya Kawata <[email protected]>
---
 doc/src/sgml/func/func-info.sgml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/src/sgml/func/func-info.sgml b/doc/src/sgml/func/func-info.sgml
index 80cf11083d6..00f64f50ceb 100644
--- a/doc/src/sgml/func/func-info.sgml
+++ b/doc/src/sgml/func/func-info.sgml
@@ -3921,7 +3921,7 @@ acl      | {postgres=arwdDxtm/postgres,foo=r/postgres}
         <type>text</type> </optional> )
         <returnvalue>setof text</returnvalue>
        </para>
-       <para>
+       <para role="func_signature">
         <function>pg_get_tablespace_ddl</function>
         ( <parameter>tablespace</parameter> <type>name</type>
         <optional>, <literal>VARIADIC</literal> <parameter>options</parameter>
-- 
2.34.1



view thread (3+ messages)  latest in thread

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected]
  Subject: Re: [PATCH] Doc: Fix missing func_signature role in pg_get_tablespace_ddl entry
  In-Reply-To: <CAHza6qcSgwdh+f41zEm6NSaGHvs5_cwjVu22+KTic=TfnonrFA@mail.gmail.com>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox