1CDIST-TYPE__POSTGRES_CONF(7) cdist CDIST-TYPE__POSTGRES_CONF(7)
2
3
4
6 cdist-type__postgres_conf - Alter PostgreSQL configuration
7
9 Configure a running PostgreSQL server using ALTER SYSTEM.
10
12 value The value to set (can be omitted if --state is set to absent).
13
15 state present or absent. Defaults to present.
16
18 None.
19
21 # set timezone
22 __postgres_conf timezone --value Europe/Zurich
23
24 # reset maximum number of concurrent connections to default (normally 100)
25 __postgres_conf max_connections --state absent
26
28 None.
29
31 Beni Ruef (bernhard.ruef--@--ssrq-sds-fds.ch) Dennis Camera (‐
32 dennis.camera--@--ssrq-sds-fds.ch)
33
35 Copyright (C) 2019-2021 SSRQ (www.ssrq-sds-fds.ch). You can redis‐
36 tribute it and/or modify it under the terms of the GNU General Public
37 License as published by the Free Software Foundation, either version 3
38 of the License, or (at your option) any later version.
39
41 ungleich GmbH 2021
42
43
44
45
466.9.8 Aug 24, 2021 CDIST-TYPE__POSTGRES_CONF(7)