logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

cdist-type__postgres_conf - Alter PostgreSQL configuration

Authors

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

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.

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.

See Also