Author: Justin Pryzby
Discussion: https://postgr.es/m/CAFp7Qwr6_FmRM6pCO0x_a0mymOfX_Gg+FEKet4XaTGSW=LitKQ@mail.gmail.com
Whenever COPY is running, the
pg_stat_progress_copy view will contain one row
- for each backend that is currently running COPY command.
- The table bellow describes the information that will be reported and provide
- information how to interpret it.
+ for each backend that is currently running a COPY command.
+ The table below describes the information that will be reported and provides
+ information about how to interpret it.
|
- datid text
+ datid oid
OID of the database to which this backend is connected.
OID of the table on which the COPY command is executed.
- It is set to 0 if SELECT query is provided.
+ It is set to 0 if copying from a SELECT query.