16.129. cdist-type__postgres_conf(7)¶
16.129.1. NAME¶
cdist-type__postgres_conf - Alter PostgreSQL configuration
16.129.2. DESCRIPTION¶
Configure a running PostgreSQL server using ALTER SYSTEM
.
16.129.3. REQUIRED PARAMETERS¶
- value
The value to set (can be omitted if
--state
is set toabsent
).
16.129.4. OPTIONAL PARAMETERS¶
- state
present
orabsent
. Defaults topresent
.
16.129.5. BOOLEAN PARAMETERS¶
None.
16.129.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.129.7. SEE ALSO¶
None.
16.129.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.