pg_stat_statements: track number of rows processed by some utility commands.

Fujii Masao <fujii@postgresql.org>

Commit: 6023b7ea717ca04cf1bd53709d9c862db07eaefb
Author: Fujii Masao <fujii@postgresql.org>
Date: 2020-07-29T14:21:55Z
Releases: 14.0
pg_stat_statements: track number of rows processed by some utility commands.

This commit makes pg_stat_statements track the total number
of rows retrieved or affected by CREATE TABLE AS, SELECT INTO,
CREATE MATERIALIZED VIEW and FETCH commands.

Suggested-by: Pascal Legrand
Author: Fujii Masao
Reviewed-by: Asif Rehman
Discussion: https://postgr.es/m/1584293755198-0.post@n3.nabble.com

Files

Discussion