'br}
'br}
{\
pg_conftool - read and edit PostgreSQL cluster configuration files
pg_conftool [options] [version cluster] [configfile] command
pg_conftool allows to show and set parameters in PostgreSQL configuration files.
If version cluster is omitted, it defaults to the default cluster (see user_clusters|(5) and postgresqlrc|(5)). If configfile is omitted, it defaults to postgresql.conf. configfile can also be a path, in which case version cluster is ignored.
Show only the value (instead of key = value pair).
Verbose output.
\fBshow\fR \fIparameter\fR|\fBall\fR 4
Show a parameter, or all present in this config file.
\fBset\fR \fIparameter\fR \fIvalue\fR 4
Set or update a parameter.
\fBremove\fR \fIparameter\fR 4
Remove (comment out) a parameter from a config file.
user_clusters|(5), postgresqlrc|(5)
Christoph Berg <myon@debian.org>