mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
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:
parent
cfcd571116
commit
79fba6ebab
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue