pg_stat_statements plugin in PGSql

4 years ago

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

4 Replies

Anonymous
TRIAL

4 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

2 years ago

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


rgmvisser
PRO

2 years 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'


Welcome!

Sign in to your Railway account to join the conversation.

Loading...