]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
doc: Fix missing role attribute in pg_get_tablespace_ddl() description.
authorMasahiko Sawada <msawada@postgresql.org>
Mon, 20 Apr 2026 20:31:13 +0000 (13:31 -0700)
committerMasahiko Sawada <msawada@postgresql.org>
Mon, 20 Apr 2026 20:31:13 +0000 (13:31 -0700)
The second function signature entry for pg_get_tablespace_ddl() was
missing the role="func_signature" attribute. This commit adds the
missing attribute to ensure consistent formatting with other function
entries.

Author: Tatsuya Kawata <kawatatatsuya0913@gmail.com>
Discussion: https://postgr.es/m/CAHza6qcSgwdh+f41zEm6NSaGHvs5_cwjVu22+KTic=TfnonrFA@mail.gmail.com

doc/src/sgml/func/func-info.sgml

index 80cf11083d6690f8b9010cca5ba18e2e63ea5f6e..00f64f50ceb8c9b752308ac147ed32bd5ff66e0b 100644 (file)
@@ -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>