[PATCH] Doc: Fix missing func_signature role in pg_get_tablespace_ddl entry
Tatsuya Kawata <kawatatatsuya0913@gmail.com>
From: Tatsuya Kawata <kawatatatsuya0913@gmail.com>
To: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2026-04-18T03:29:19Z
Lists: pgsql-hackers
Attachments
- 0001-Doc-Fix-missing-func_signature-role-in-pg_get_tables.patch (application/octet-stream) patch 0001
Hi, The second function signature of pg_get_tablespace_ddl() in the "Get Object DDL Functions" table is missing the func_signature role attribute on its <para> tag. This causes inconsistent indentation compared to the first signature in the rendered documentation. Other functions with multiple signatures, such as current_schema, use <para role="func_signature"> for each signature entry. The attached patch fixes this by adding the missing role attribute. Regards, Tatsuya Kawata
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
doc: Fix missing role attribute in pg_get_tablespace_ddl() description.
- 79fba6ebaba4 19 (unreleased) landed