pg_settings lets us configure PostgreSQL settings via database commands. Move configuration from postgresql.conf to pg_settings.*. This would be in ideal candidate for addition to meta, and/or use the include directive to reference a file under version control in /opt/aquameta, or wherever Aquameta is installed.
Server now sets up some pg_settings on startup, client-side only. One could imagine a meta.setting table that allows updates, which would be pretty cool.
pg_settings lets us configure PostgreSQL settings via database commands. Move configuration from
postgresql.conf
topg_settings.*
. This would be in ideal candidate for addition tometa
, and/or use the include directive to reference a file under version control in/opt/aquameta
, or wherever Aquameta is installed.