pg_stat_statements plugin in PGSql

4 years ago

It would be nice if by default pgstatstatements came installed with a new PG instance, with a tab to show information that stat_statements provides.

4 Replies

Anonymous
TRIAL

3 years ago

there is no way to enable it currently, right?


quickstark
HOBBY

2 years ago

Appears there is still no way to enable


isaac-hinman
PRO

a year ago

This is table stakes for hosted Postgres. Very surprised to see it's not possible on Railway.


rgmvisser
PRO

a year ago

You can enable this by running a custom startup command like: /usr/local/bin/docker-entrypoint.sh postgres --port=5432 -c 'shared_preload_libraries=timescaledb,pg_stat_statements' -c 'pg_stat_statements.track=all' -c 'pg_stat_statements.max=10000'


Loading...