From 59f75092ed5c6406202645bc5f467703f1c9fa56 Mon Sep 17 00:00:00 2001 From: TatsuyaKawata Date: Sat, 18 Apr 2026 12:09:46 +0900 Subject: [PATCH] Doc: Fix missing func_signature role in pg_get_tablespace_ddl entry The second function signature for pg_get_tablespace_ddl() was missing the func_signature role attribute on its tag, causing inconsistent indentation in the rendered documentation. Author: Tatsuya Kawata --- doc/src/sgml/func/func-info.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/func/func-info.sgml b/doc/src/sgml/func/func-info.sgml index 80cf11083d6..00f64f50ceb 100644 --- a/doc/src/sgml/func/func-info.sgml +++ b/doc/src/sgml/func/func-info.sgml @@ -3921,7 +3921,7 @@ acl | {postgres=arwdDxtm/postgres,foo=r/postgres} text ) setof text - + pg_get_tablespace_ddl ( tablespace name , VARIADIC options -- 2.34.1