cdist-type__postgres_conf - Man Page
Alter PostgreSQL configuration
Description
Configure a running PostgreSQL server using ALTER SYSTEM.
Required Parameters
- value
The value to set (can be omitted if --state is set to absent).
Optional Parameters
- state
present or absent. Defaults to present.
Boolean Parameters
None.
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
See Also
None.
Authors
Beni Ruef (bernhard.ruef--@--ssrq-sds-fds.ch) Dennis Camera (dennis.camera--@--ssrq-sds-fds.ch)
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.
Copyright
ungleich GmbH 2021
Info
Jul 31, 2022 7.0.0 cdist