Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pg_collector.sql #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update pg_collector.sql #3

wants to merge 1 commit into from

Conversation

kenchou73
Copy link

@kenchou73 kenchou73 commented Oct 6, 2021

Issue #2:

Description of changes:

Due to the column name changes of pg_stat_statements in PG13, modified the column accordingly. So this script can work for PG13 only.

https://www.postgresql.org/docs/13/pgstatstatements.html

total_time => total_exec_time
mean_time => mean_exec_time
stddev_time => stddev_exec_time

AWS@kenchou

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants