aquametalabs / aquameta

Web development platform built entirely in PostgreSQL
GNU General Public License v3.0
1.1k stars 52 forks source link

Start using `pg_settings` #92

Closed erichanson closed 3 years ago

erichanson commented 5 years ago

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.

erichanson commented 3 years ago

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.