Re: pg_stat_statements: rows not updated for CREATE TABLE AS SELECT statements
legrand legrand <legrand_legrand@hotmail.com>
From: legrand legrand <legrand_legrand@hotmail.com>
To: pgsql-bugs@postgresql.org
Date: 2020-04-21T11:37:12Z
Lists: pgsql-bugs, pgsql-hackers
Fujii Masao-4 wrote > Attached is the patch that makes pgss track the total number of rows > retrieved or affected by CREATE TABLE AS, SELECT INTO, > CREATE MATERIALIZED VIEW and FETCH. I think this is new feature > rather than bug fix, so am planning to add this patch into next CommitFest > for v14. Thought? Thanks ! maybe v13, if this was considered as a bug that don't need backport ? Regards PAscal -- Sent from: https://www.postgresql-archive.org/PostgreSQL-bugs-f2117394.html
Commits
-
pg_stat_statements: track number of rows processed by some utility commands.
- 6023b7ea717c 14.0 landed