I ran SHOW config_file; and I see the config file located at /var/lib/postgresql/data/pgdata/postgresql.conf.
I need to modify the variables in that file to
shared_preload_libraries = 'pg_stat_statements'
so that I can take a look at the statistical data collected by that extension for DB performance.
Is this possible with Railway's Postgres DB service?