16.127. cdist-type__postgres_conf(7)

16.127.1. NAME

cdist-type__postgres_conf - Alter PostgreSQL configuration

16.127.2. DESCRIPTION

Configure a running PostgreSQL server using ALTER SYSTEM.

16.127.3. REQUIRED PARAMETERS

value

The value to set (can be omitted if --state is set to absent).

16.127.4. OPTIONAL PARAMETERS

state

present or absent. Defaults to present.

16.127.5. BOOLEAN PARAMETERS

None.

16.127.6. EXAMPLES

# set timezone
__postgres_conf timezone --value Europe/Zurich

# reset maximum number of concurrent connections to default (normally 100)
__postgres_conf max_connections --state absent

16.127.7. SEE ALSO

None.

16.127.8. AUTHORS

Beni Ruef (bernhard.ruef--@--ssrq-sds-fds.ch) Dennis Camera (dennis.camera--@--ssrq-sds-fds.ch)

16.127.9. COPYING

Copyright (C) 2019-2021 SSRQ (www.ssrq-sds-fds.ch). You can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.