Document the 'command' column of pg_stat_progress_repack Commit ac58465e0618 added and documented a new progress-report view for REPACK, but neglected to list the 'command' column in the docs. This is my (Álvaro's) fail, as I added the column in v23 of the patch and forgot to document it.
In passing, add a note in the docs for pg_stat_progress_cluster that it might contain rows for sessions running REPACK, though mapping the command name to either the older commands; and that it is for backwards- compatibility only. (Maybe we should just remove this older view.) Author: Noriyoshi Shinoda <[email protected]> Discussion: https://postgr.es/m/lv8pr84mb37870f0f35ef2e8cb99768cbee...@lv8pr84mb3787.namprd84.prod.outlook.com Discussion: https://postgr.es/m/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/a630ac5c2016e523a1c29df117b7c1a563a7f6f8 Modified Files -------------- doc/src/sgml/monitoring.sgml | 28 ++++++++++++++++++++++------ 1 file changed, 22 insertions(+), 6 deletions(-)
