imusmanmalik / cloudnative-pg-timescaledb-postgis-containers

Operand images for CloudNativePG containing PostgreSQL with TimescaleDB and PostGIS
Apache License 2.0
33 stars 13 forks source link

Why not just have the shared_preload_libraries already set. #25

Closed chokosabe closed 3 months ago

chokosabe commented 4 months ago

Why not just have the shared_preload_libraries already set. The extra step to use the image feels unnecessary.

imusmanmalik commented 3 months ago

The reason for not setting shared_preload_libraries directly in the image is to provide flexibility for users to customize their PostgreSQL setup based on their specific requirements. This approach allows users to enable or disable extensions as needed without modifying the image itself, promoting a more versatile and adaptable deployment.