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

Commitebb5457

Browse files
committed
Minor fixes in COPY progress docs
Author: Justin PryzbyDiscussion:https://postgr.es/m/CAFp7Qwr6_FmRM6pCO0x_a0mymOfX_Gg+FEKet4XaTGSW=LitKQ@mail.gmail.com
1 parent0650ff2 commitebb5457

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎doc/src/sgml/monitoring.sgml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
64146414
<para>
64156415
Whenever <command>COPY</command> is running, the
64166416
<structname>pg_stat_progress_copy</structname> view will contain one row
6417-
for each backend that is currently running <command>COPY</command> command.
6418-
The tablebellow describes the information that will be reported andprovide
6419-
information how to interpret it.
6417+
for each backend that is currently runninga<command>COPY</command> command.
6418+
The tablebelow describes the information that will be reported andprovides
6419+
informationabouthow to interpret it.
64206420
</para>
64216421

64226422
<table id="pg-stat-progress-copy-view" xreflabel="pg_stat_progress_copy">
@@ -6445,7 +6445,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
64456445

64466446
<row>
64476447
<entry role="catalog_table_entry"><para role="column_definition">
6448-
<structfield>datid</structfield> <type>text</type>
6448+
<structfield>datid</structfield> <type>oid</type>
64496449
</para>
64506450
<para>
64516451
OID of the database to which this backend is connected.
@@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
64676467
</para>
64686468
<para>
64696469
OID of the table on which the <command>COPY</command> command is executed.
6470-
It is set to 0 if <command>SELECT</command> query is provided.
6470+
It is set to 0 ifcopying from a<command>SELECT</command> query.
64716471
</para></entry>
64726472
</row>
64736473

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp