cdist-type__postgres_conf - Alter PostgreSQL configuration
Contents
Boolean Parameters
None.
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
7.0.0 Sep 11, 2024 CDIST-TYPE__POSTGRES_CONF(7)
Description
Configure a running PostgreSQL server using ALTERSYSTEM.
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
Name
cdist-type__postgres_conf - Alter PostgreSQL configuration
Optional Parameters
statepresent or absent. Defaults to present.
Required Parameters
value The value to set (can be omitted if --state is set to absent).
See Also
None.
