From: Tomas Vondra Date: Mon, 15 Feb 2021 16:31:58 +0100 Subject: [PATCH 4/6] 0002 review --- doc/src/sgml/ref/analyze.sgml | 2 +- doc/src/sgml/ref/cluster.sgml | 2 +- doc/src/sgml/ref/copy.sgml | 2 +- doc/src/sgml/ref/create_index.sgml | 2 +- doc/src/sgml/ref/reindex.sgml | 2 +- doc/src/sgml/ref/vacuum.sgml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/src/sgml/ref/analyze.sgml b/doc/src/sgml/ref/analyze.sgml index 9db9070b62..5a9e3322b3 100644 --- a/doc/src/sgml/ref/analyze.sgml +++ b/doc/src/sgml/ref/analyze.sgml @@ -275,7 +275,7 @@ ANALYZE [ VERBOSE ] [ table_and_columns - Each backend running the ANALYZE command will report their + Each backend running the ANALYZE command will report its progress to the pg_stat_progress_analyze view. See for details. diff --git a/doc/src/sgml/ref/cluster.sgml b/doc/src/sgml/ref/cluster.sgml index 5c2270f71b..70c4b33454 100644 --- a/doc/src/sgml/ref/cluster.sgml +++ b/doc/src/sgml/ref/cluster.sgml @@ -193,7 +193,7 @@ CLUSTER [VERBOSE] - Each backend running the CLUSTER command will report their + Each backend running the CLUSTER command will report its progress to the pg_stat_progress_cluster view. See for details. diff --git a/doc/src/sgml/ref/copy.sgml b/doc/src/sgml/ref/copy.sgml index af3ce72561..41e1d7c371 100644 --- a/doc/src/sgml/ref/copy.sgml +++ b/doc/src/sgml/ref/copy.sgml @@ -84,7 +84,7 @@ COPY { table_name [ ( - Each backend running the COPY command will report their + Each backend running the COPY command will report its progress to the pg_stat_progress_copy view. See for details. diff --git a/doc/src/sgml/ref/create_index.sgml b/doc/src/sgml/ref/create_index.sgml index 278058f500..6079a0ef28 100644 --- a/doc/src/sgml/ref/create_index.sgml +++ b/doc/src/sgml/ref/create_index.sgml @@ -868,7 +868,7 @@ Indexes: Each backend running the CREATE INDEX command will - report their progress to the + report it's progress to the pg_stat_progress_create_index view. See for details. diff --git a/doc/src/sgml/ref/reindex.sgml b/doc/src/sgml/ref/reindex.sgml index f69f5db403..3b4d409856 100644 --- a/doc/src/sgml/ref/reindex.sgml +++ b/doc/src/sgml/ref/reindex.sgml @@ -496,7 +496,7 @@ Indexes: Each backend running the REINDEX command will report - their progress to the pg_stat_progress_create_index + its progress to the pg_stat_progress_create_index view. See for details. diff --git a/doc/src/sgml/ref/vacuum.sgml b/doc/src/sgml/ref/vacuum.sgml index bab3d00313..0624235696 100644 --- a/doc/src/sgml/ref/vacuum.sgml +++ b/doc/src/sgml/ref/vacuum.sgml @@ -395,7 +395,7 @@ VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] [ ANALYZE ] [