-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
questionUsability question, not directly related to an error with the imageUsability question, not directly related to an error with the image
Description
I would like to enable pg_stat_statements
on my Docker postgres container.
As per official documentation:
The module must be loaded by adding pg_stat_statements to shared_preload_libraries in postgresql.conf
Can I do this somehow without having to fork or extend this project with my own Docker image? I can't find a hit in this repo for either pg_stat_statements
or shared_preload_libraries
so thought I'd ask here.
Metadata
Metadata
Assignees
Labels
questionUsability question, not directly related to an error with the imageUsability question, not directly related to an error with the image