doc: Fix missing role attribute in pg_get_tablespace_ddl() description.

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
This commit is contained in:
Masahiko Sawada 2026-04-20 13:31:13 -07:00
parent cfcd571116
commit 79fba6ebab

View 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>