I need to configure the pg_stat_statements extension. In order for it to be installed correctly I need to specify it in shared_preload_libraries, what is the correct way to do this?
I tried to set zonky.test.database.postgres.server.properties.shared_preload_libraries=pg_stat_statements but it doesn't seem to work.