Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7a3e8d7

Browse files
committed
Move pg_stat_progress_vacuum to the table of Dynamic Statistics Views in doc.
Previously the description about pg_stat_progress_vacuum was in the tableof "Collected Statistics Views" in the doc. But since it repors dynamicinformation, i.e., the current progress of VACUUM, its description should bein the table of "Dynamic Statistics Views".Back-patch to 9.6 where pg_stat_progress_vacuum was added.Author: Amit LangoteDiscussion:http://postgr.es/m/7ab51b59-8d4d-6193-c60a-b75f222efb12@lab.ntt.co.jp
1 parenta6e7d59 commit7a3e8d7

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

‎doc/src/sgml/monitoring.sgml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,14 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
324324
</entry>
325325
</row>
326326

327+
<row>
328+
<entry><structname>pg_stat_progress_vacuum</><indexterm><primary>pg_stat_progress_vacuum</primary></indexterm></entry>
329+
<entry>One row for each backend (including autovacuum worker processes) running
330+
<command>VACUUM</>, showing current progress.
331+
See <xref linkend='vacuum-progress-reporting'>.
332+
</entry>
333+
</row>
334+
327335
</tbody>
328336
</tgroup>
329337
</table>
@@ -515,12 +523,6 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
515523
yet included in <structname>pg_stat_user_functions</>).</entry>
516524
</row>
517525

518-
<row>
519-
<entry><structname>pg_stat_progress_vacuum</><indexterm><primary>pg_stat_progress_vacuum</primary></indexterm></entry>
520-
<entry>One row for each backend (including autovacuum worker processes) running
521-
<command>VACUUM</>, showing current progress.
522-
See <xref linkend='vacuum-progress-reporting'>.</entry>
523-
</row>
524526
</tbody>
525527
</tgroup>
526528
</table>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp