Thread
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
-
[PATCH] Doc: Fix missing func_signature role in pg_get_tablespace_ddl entry
Tatsuya Kawata <kawatatatsuya0913@gmail.com> — 2026-04-18T03:29:19Z
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
-
Re: [PATCH] Doc: Fix missing func_signature role in pg_get_tablespace_ddl entry
Masahiko Sawada <sawada.mshk@gmail.com> — 2026-04-20T20:31:48Z
On Fri, Apr 17, 2026 at 8:30 PM Tatsuya Kawata <kawatatatsuya0913@gmail.com> wrote: > > 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. LGTM. Pushed. Regards, -- Masahiko Sawada Amazon Web Services: https://aws.amazon.com
-
Re: [PATCH] Doc: Fix missing func_signature role in pg_get_tablespace_ddl entry
Tatsuya Kawata <kawatatatsuya0913@gmail.com> — 2026-04-21T14:56:45Z
Hi Sawada-san, Thank you for the quick review and for pushing the patch. I really appreciate it. Regards, Tatsuya Kawata