From: | "Shinoda, Noriyoshi (PN Japan FSIP)" <noriyoshi(dot)shinoda(at)hpe(dot)com> |
---|---|
To: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Justin Pryzby <pryzby(at)telsasoft(dot)com>, Tomas Vondra <tomas(dot)vondra(at)enterprisedb(dot)com> |
Subject: | PG15 beta1 fix pg_stats_ext/pg_stats_ext_exprs view manual |
Date: | 2022-05-25 01:08:12 |
Message-ID: | DM4PR84MB17349C4E7D88A68264C18AF3EED69@DM4PR84MB1734.NAMPRD84.PROD.OUTLOOK.COM |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hi hackers,
Thanks to all the developers. The attached patch updates the manual for the pg_stats_ext and pg_stats_ext_exprs view.
The current pg_stats_ext/pg_stats_ext_exprs view manual are missing the inherited column. This column was added at the same time as the stxdinherit column in the pg_statistic_ext_data view. The attached patch adds the missing description. If there is a better description, please correct it.
Commit: Add stxdinherit flag to pg_statistic_ext_data
https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=269b532aef55a579ae02a3e8e8df14101570dfd9
Current Manual:
https://www.postgresql.org/docs/15/view-pg-stats-ext.html
https://www.postgresql.org/docs/15/view-pg-stats-ext-exprs.html
Regards,
Noriyoshi Shinoda
Attachment | Content-Type | Size |
---|---|---|
pg_stats_ext_doc_v1.diff | application/octet-stream | 1.6 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Justin Pryzby | 2022-05-25 01:19:27 | Re: PG15 beta1 fix pg_stats_ext/pg_stats_ext_exprs view manual |
Previous Message | Thomas Munro | 2022-05-25 00:45:21 | "ERROR: latch already owned" on gharial |