Beautify pg_walinspect docs a bit
Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>
From: Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>, Michael Paquier <michael@paquier.xyz>
Date: 2023-01-12T11:59:39Z
Lists: pgsql-hackers
Attachments
- v1-0001-Beutify-pg_walinspect-docs-a-bit.patch (application/octet-stream) patch v1-0001
Hi, As discussed [1], here's a patch to beautify pg_walinspect docs similar to pageinspect docs. The existing pg_walinspect docs calls out the column names explicitly and then also shows them in the function execution examples which is duplicate and too informative. Also \x isn't used so some of the execution outputs are out of indentation. Thoughts? [1] https://www.postgresql.org/message-id/Y7+gQy/lOuWk4tFj@paquier.xyz -- Bharath Rupireddy PostgreSQL Contributors Team RDS Open Source Databases Amazon Web Services: https://aws.amazon.com
Commits
-
doc: Fix description of pg_get_wal_stats_till_end_of_wal() in pg_walinspect
- b5784e6a5ecd 15.3 landed
- 019f8624664d 16.0 landed
-
doc: Simplify description of functions for pg_walinspect
- 93595ffd5964 15.2 landed
- 58597edea102 16.0 landed