Module config

Module config 

Source

Structs§

Parameter
Setting
A setting as defined in pg_catalog.pg_settings.

Enums§

AlterSystem
MemoryUnit
Memory units recognised in PostgreSQL parameter values. https://www.postgresql.org/docs/16/config-setting.html#CONFIG-SETTING-NAMES-VALUES
TimeUnit
Time units recognised in PostgreSQL parameter values. https://www.postgresql.org/docs/16/config-setting.html#CONFIG-SETTING-NAMES-VALUES
Value

Functions§

reload
Reload configuration using pg_reload_conf. Equivalent to SIGHUP or pg_ctl reload.