@@ -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+ informationabout 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 ifcopying from a <command>SELECT</command> query.
64716471 </para></entry>
64726472 </row>
64736473