0001-Doc-Fix-missing-func_signature-role-in-pg_get_tables.patch
application/octet-stream
Filename: 0001-Doc-Fix-missing-func_signature-role-in-pg_get_tables.patch
Type: application/octet-stream
Part: 0
Patch
Same data as JSON:
GET /api/v1/attachments/:id/patch
the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes.
API reference →
Format: format-patch
Series: patch 0001
Subject: Doc: Fix missing func_signature role in pg_get_tablespace_ddl entry
| File | + | − |
|---|---|---|
| doc/src/sgml/func/func-info.sgml | 1 | 1 |
From 59f75092ed5c6406202645bc5f467703f1c9fa56 Mon Sep 17 00:00:00 2001
From: TatsuyaKawata <kawatatatsuya0913@gmail.com>
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 <para> tag, causing inconsistent
indentation in the rendered documentation.
Author: Tatsuya Kawata <kawatatatsuya0913@gmail.com>
---
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}
<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>
--
2.34.1