added config options pg_bindir and pg_ctl_options

This commit is contained in:
Christian Kruse
2014-01-09 14:12:37 +01:00
parent 9f26254ac3
commit 6e3fe059d8
4 changed files with 30 additions and 11 deletions

View File

@@ -34,3 +34,11 @@ loglevel=NOTICE
# Logging facility: possible values are STDERR or - for Syslog integration - one of LOCAL0, LOCAL1, ..., LOCAL7, USER
# Default: STDERR
logfacility=STDERR
# path to pg_ctl executable
pg_bindir=/usr/bin/
#
# you may add command line arguments for pg_ctl
#
# pg_ctl_options='-s'