pgsql: doc: Fix missing role attribute in pg_get_tablespace_ddl() descr

From: Masahiko Sawada <msawada(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Fix missing role attribute in pg_get_tablespace_ddl() descr
Date: 2026-04-20 20:31:22
Message-ID: E1wEvH7-001uP4-1p@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(at)gmail(dot)com>
Discussion: https://postgr.es/m/CAHza6qcSgwdh+f41zEm6NSaGHvs5_cwjVu22+KTic=TfnonrFA@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/79fba6ebaba4f6cd46fd80b55c891bb2ba734119

Modified Files
--------------
doc/src/sgml/func/func-info.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Jeff Davis 2026-04-20 21:43:56 pgsql: style: define parameterless functions as foo(void).
Previous Message Tom Lane 2026-04-20 18:48:35 pgsql: Clean up all relid fields of RestrictInfos during join removal.