[PATCH] Doc: Fix missing func_signature role in pg_get_tablespace_ddl entry - Mailing list pgsql-hackers

From Tatsuya Kawata
Subject [PATCH] Doc: Fix missing func_signature role in pg_get_tablespace_ddl entry
Date
Msg-id CAHza6qcSgwdh+f41zEm6NSaGHvs5_cwjVu22+KTic=TfnonrFA@mail.gmail.com
Whole thread
Responses Re: [PATCH] Doc: Fix missing func_signature role in pg_get_tablespace_ddl entry
List pgsql-hackers
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
Attachment

pgsql-hackers by date:

Previous
From: "Euler Taveira"
Date:
Subject: Re: Heads Up: cirrus-ci is shutting down June 1st
Next
From: Haibo Yan
Date:
Subject: Re: Implement missing join selectivity estimation for range types