| From: | "tanghy(dot)fnst(at)fujitsu(dot)com" <tanghy(dot)fnst(at)fujitsu(dot)com> |
|---|---|
| To: | "pgsql-docs(at)lists(dot)postgresql(dot)org" <pgsql-docs(at)lists(dot)postgresql(dot)org> |
| Cc: | "noriyoshi(dot)shinoda(at)hpe(dot)com" <noriyoshi(dot)shinoda(at)hpe(dot)com> |
| Subject: | [DOC] pg_stat_replication_slots representation style inconsisitant |
| Date: | 2021-04-30 03:23:28 |
| Message-ID: | OS0PR01MB61134DACFEF171067FCB7231FB5E9@OS0PR01MB6113.jpnprd01.prod.outlook.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-docs |
Hi
When reading the manual doc, I found an inconsistent representation style for the newly added pg_stat_prefetch_recovery view in PG14 at [1].
Same problem seems to be reported by Noriyoshi Shinoda who also proposed a patch to fix the problem at[2].
I tried to fix the problem in a way different than Noriyoshi Shinoda which I think is more consistent with the existing specific view introduction in the same page.
Please take the attached patch as your reference.
[1]
https://www.postgresql.org/docs/devel/monitoring-stats.html#MONITORING-PG-STAT-SUBSCRIPTION
Regards,
Tang
| Attachment | Content-Type | Size |
|---|---|---|
| 0001-pg_stat_prefetch_recovery_doc.patch | application/octet-stream | 8.7 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | houzj.fnst@fujitsu.com | 2021-04-30 03:37:35 | RE: [DOC] pg_stat_replication_slots representation style inconsisitant |
| Previous Message | Tom Lane | 2021-04-29 17:32:59 | Re: Foreign Keys being able to reference same table not spelled out in documentation |