agora inbox for [email protected]help / color / mirror / Atom feed
[PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f 44+ messages / 3 participants [nested] [flat]
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 44+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> 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 <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <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, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="0001-doc-review-COPY-progress-8a4f618e7ae3cb11b0b37d0f06f.patch" ^ permalink raw reply [nested|flat] 44+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 44+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> 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 <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <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, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx-- ^ permalink raw reply [nested|flat] 44+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 44+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> 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 <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <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, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="0001-doc-review-COPY-progress-8a4f618e7ae3cb11b0b37d0f06f.patch" ^ permalink raw reply [nested|flat] 44+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 44+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> 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 <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <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, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx-- ^ permalink raw reply [nested|flat] 44+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 44+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> 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 <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <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, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="0001-doc-review-COPY-progress-8a4f618e7ae3cb11b0b37d0f06f.patch" ^ permalink raw reply [nested|flat] 44+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 44+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> 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 <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <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, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx-- ^ permalink raw reply [nested|flat] 44+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 44+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> 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 <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <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, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="0001-doc-review-COPY-progress-8a4f618e7ae3cb11b0b37d0f06f.patch" ^ permalink raw reply [nested|flat] 44+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 44+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> 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 <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <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, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx-- ^ permalink raw reply [nested|flat] 44+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 44+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> 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 <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <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, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="0001-doc-review-COPY-progress-8a4f618e7ae3cb11b0b37d0f06f.patch" ^ permalink raw reply [nested|flat] 44+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 44+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> 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 <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <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, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx-- ^ permalink raw reply [nested|flat] 44+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 44+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> 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 <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <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, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="0001-doc-review-COPY-progress-8a4f618e7ae3cb11b0b37d0f06f.patch" ^ permalink raw reply [nested|flat] 44+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 44+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> 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 <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <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, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx-- ^ permalink raw reply [nested|flat] 44+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 44+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> 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 <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <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, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="0001-doc-review-COPY-progress-8a4f618e7ae3cb11b0b37d0f06f.patch" ^ permalink raw reply [nested|flat] 44+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 44+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> 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 <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <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, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx-- ^ permalink raw reply [nested|flat] 44+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 44+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> 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 <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <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, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="0001-doc-review-COPY-progress-8a4f618e7ae3cb11b0b37d0f06f.patch" ^ permalink raw reply [nested|flat] 44+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 44+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> 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 <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <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, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx-- ^ permalink raw reply [nested|flat] 44+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 44+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> 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 <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <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, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="0001-doc-review-COPY-progress-8a4f618e7ae3cb11b0b37d0f06f.patch" ^ permalink raw reply [nested|flat] 44+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 44+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> 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 <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <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, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx-- ^ permalink raw reply [nested|flat] 44+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 44+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> 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 <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <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, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="0001-doc-review-COPY-progress-8a4f618e7ae3cb11b0b37d0f06f.patch" ^ permalink raw reply [nested|flat] 44+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 44+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> 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 <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <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, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx-- ^ permalink raw reply [nested|flat] 44+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 44+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> 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 <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <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, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="0001-doc-review-COPY-progress-8a4f618e7ae3cb11b0b37d0f06f.patch" ^ permalink raw reply [nested|flat] 44+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 44+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> 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 <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <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, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx-- ^ permalink raw reply [nested|flat] 44+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 44+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> 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 <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <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, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="0001-doc-review-COPY-progress-8a4f618e7ae3cb11b0b37d0f06f.patch" ^ permalink raw reply [nested|flat] 44+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 44+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> 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 <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <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, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx-- ^ permalink raw reply [nested|flat] 44+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 44+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> 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 <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <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, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="0001-doc-review-COPY-progress-8a4f618e7ae3cb11b0b37d0f06f.patch" ^ permalink raw reply [nested|flat] 44+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 44+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> 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 <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <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, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx-- ^ permalink raw reply [nested|flat] 44+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 44+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> 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 <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <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, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="0001-doc-review-COPY-progress-8a4f618e7ae3cb11b0b37d0f06f.patch" ^ permalink raw reply [nested|flat] 44+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 44+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> 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 <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <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, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx-- ^ permalink raw reply [nested|flat] 44+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 44+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> 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 <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <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, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="0001-doc-review-COPY-progress-8a4f618e7ae3cb11b0b37d0f06f.patch" ^ permalink raw reply [nested|flat] 44+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 44+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> 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 <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <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, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx-- ^ permalink raw reply [nested|flat] 44+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 44+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> 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 <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <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, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="0001-doc-review-COPY-progress-8a4f618e7ae3cb11b0b37d0f06f.patch" ^ permalink raw reply [nested|flat] 44+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 44+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> 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 <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <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, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx-- ^ permalink raw reply [nested|flat] 44+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 44+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> 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 <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <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, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="0001-doc-review-COPY-progress-8a4f618e7ae3cb11b0b37d0f06f.patch" ^ permalink raw reply [nested|flat] 44+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 44+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> 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 <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <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, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx-- ^ permalink raw reply [nested|flat] 44+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 44+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> 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 <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <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, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="0001-doc-review-COPY-progress-8a4f618e7ae3cb11b0b37d0f06f.patch" ^ permalink raw reply [nested|flat] 44+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 44+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> 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 <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <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, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx-- ^ permalink raw reply [nested|flat] 44+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 44+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> 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 <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <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, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="0001-doc-review-COPY-progress-8a4f618e7ae3cb11b0b37d0f06f.patch" ^ permalink raw reply [nested|flat] 44+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 44+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> 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 <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <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, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx-- ^ permalink raw reply [nested|flat] 44+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 44+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> 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 <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <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, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="0001-doc-review-COPY-progress-8a4f618e7ae3cb11b0b37d0f06f.patch" ^ permalink raw reply [nested|flat] 44+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 44+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> 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 <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <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, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx-- ^ permalink raw reply [nested|flat] 44+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 44+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> 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 <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <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, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="0001-doc-review-COPY-progress-8a4f618e7ae3cb11b0b37d0f06f.patch" ^ permalink raw reply [nested|flat] 44+ messages in thread
* [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f @ 2021-01-07 01:08 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 44+ messages in thread From: Justin Pryzby @ 2021-01-07 01:08 UTC (permalink / raw) --- doc/src/sgml/monitoring.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml index 43fe8ae383..3cdb1aff3c 100644 --- a/doc/src/sgml/monitoring.sgml +++ b/doc/src/sgml/monitoring.sgml @@ -6414,9 +6414,9 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, <para> Whenever <command>COPY</command> is running, the <structname>pg_stat_progress_copy</structname> view will contain one row - for each backend that is currently running <command>COPY</command> 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 <command>COPY</command> command. + The table below describes the information that will be reported and provides + information about how to interpret it. </para> <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, <row> <entry role="catalog_table_entry"><para role="column_definition"> - <structfield>datid</structfield> <type>text</type> + <structfield>datid</structfield> <type>oid</type> </para> <para> OID of the database to which this backend is connected. @@ -6467,7 +6467,7 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid, </para> <para> OID of the table on which the <command>COPY</command> command is executed. - It is set to 0 if <command>SELECT</command> query is provided. + It is set to 0 if copying from a <command>SELECT</command> query. </para></entry> </row> -- 2.17.0 --aM3YZ0Iwxop3KEKx-- ^ permalink raw reply [nested|flat] 44+ messages in thread
* Re: Control flow in logical replication walsender @ 2024-05-07 12:02 Amit Kapila <[email protected]> 0 siblings, 1 reply; 44+ messages in thread From: Amit Kapila @ 2024-05-07 12:02 UTC (permalink / raw) To: Christophe Pettus <[email protected]>; +Cc: pgsql-hackers On Tue, Apr 30, 2024 at 11:28 PM Christophe Pettus <[email protected]> wrote: > > I wanted to check my understanding of how control flows in a walsender doing logical replication. My understanding is that the (single) thread in each walsender process, in the simplest case, loops on: > > 1. Pull a record out of the WAL. > 2. Pass it to the recorder buffer code, which, > 3. Sorts it out into the appropriate in-memory structure for that transaction (spilling to disk as required), and then continues with #1, or, > 4. If it's a commit record, it iteratively passes the transaction data one change at a time to, > 5. The logical decoding plugin, which returns the output format of that plugin, and then, > 6. The walsender sends the output from the plugin to the client. It cycles on passing the data to the plugin and sending it to the client until it runs out of changes in that transaction, and then resumes reading the WAL in #1. > > In particular, I wanted to confirm that while it is pulling the reordered transaction and sending it to the plugin (and thence to the client), that particular walsender is *not* reading new WAL records or putting them in the reorder buffer. > > The specific issue I'm trying to track down is an enormous pileup of spill files. This is in a non-supported version of PostgreSQL (v11), so an upgrade may fix it, but at the moment, I'm trying to find a cause and a mitigation. > In PG-14, we have added a feature in logical replication to stream long in-progress transactions which should reduce spilling to a good extent. You might want to try that. -- With Regards, Amit Kapila. ^ permalink raw reply [nested|flat] 44+ messages in thread
* Re: Control flow in logical replication walsender @ 2024-05-07 18:12 Christophe Pettus <[email protected]> parent: Amit Kapila <[email protected]> 0 siblings, 0 replies; 44+ messages in thread From: Christophe Pettus @ 2024-05-07 18:12 UTC (permalink / raw) To: Amit Kapila <[email protected]>; +Cc: pgsql-hackers > On May 7, 2024, at 05:02, Amit Kapila <[email protected]> wrote: > > > In PG-14, we have added a feature in logical replication to stream > long in-progress transactions which should reduce spilling to a good > extent. You might want to try that. That's been my principal recommendation (since that would also allow controlling the amount of logical replication working memory). Thank you! ^ permalink raw reply [nested|flat] 44+ messages in thread
end of thread, other threads:[~2024-05-07 18:12 UTC | newest] Thread overview: 44+ messages (download: mbox mbox.gz follow: Atom feed) -- links below jump to the message on this page -- 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2021-01-07 01:08 [PATCH] doc review: COPY progress: 8a4f618e7ae3cb11b0b37d0f06f05c8ff905833f Justin Pryzby <[email protected]> 2024-05-07 12:02 Re: Control flow in logical replication walsender Amit Kapila <[email protected]> 2024-05-07 18:12 ` Re: Control flow in logical replication walsender Christophe Pettus <[email protected]>
This inbox is served by agora; see mirroring instructions for how to clone and mirror all data and code used for this inbox