pgsql: doc: Fix missing role attribute in pg_get_tablespace_ddl() descr - Mailing list pgsql-committers

From Masahiko Sawada
Subject pgsql: doc: Fix missing role attribute in pg_get_tablespace_ddl() descr
Date
Msg-id E1wEvH7-001uP4-1p@gemulon.postgresql.org
Whole thread
List 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@gmail.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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Clean up all relid fields of RestrictInfos during join removal.
Next
From: Jeff Davis
Date:
Subject: pgsql: style: define parameterless functions as foo(void).