File tree 1 file changed +5
-5
lines changed
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,
6414
6414
<para>
6415
6415
Whenever <command>COPY</command> is running, the
6416
6416
<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.
6420
6420
</para>
6421
6421
6422
6422
<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,
6445
6445
6446
6446
<row>
6447
6447
<entry role="catalog_table_entry"><para role="column_definition">
6448
- <structfield>datid</structfield> <type>text </type>
6448
+ <structfield>datid</structfield> <type>oid </type>
6449
6449
</para>
6450
6450
<para>
6451
6451
OID of the database to which this backend is connected.
@@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,
6467
6467
</para>
6468
6468
<para>
6469
6469
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.
6471
6471
</para></entry>
6472
6472
</row>
6473
6473
You can’t perform that action at this time.
0 commit comments