Structs
- A setting as defined in
pg_catalog.pg_settings.
Enums
- Memory units recognised in PostgreSQL parameter values. https://www.postgresql.org/docs/16/config-setting.html#CONFIG-SETTING-NAMES-VALUES
- Time units recognised in PostgreSQL parameter values. https://www.postgresql.org/docs/16/config-setting.html#CONFIG-SETTING-NAMES-VALUES
Functions
- Reload configuration using
pg_reload_conf. Equivalent toSIGHUPorpg_ctl reload.