File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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 table bellow describes the information that will be reported and provide
6419- information how to interpret it.
6417+ for each backend that is currently running a <command>COPY</command> command.
6418+ The table below describes the information that will be reported and provides
6419+ information about how 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 if copying from a <command>SELECT</command> query.
64716471 </para></entry>
64726472 </row>
64736473
You can’t perform that action at this time.
0 commit comments