Enable configuration of PostgreSQL binary locations. (#263)

Adds a bin_dir parameter to PostgreSQL settings that will be prefixed to all command invocations.
This commit is contained in:
Ants Aasma
2016-08-18 14:06:11 +02:00
committed by Alexander Kukushkin
parent fa7aa71092
commit 494887f47e
5 changed files with 19 additions and 7 deletions
+1
View File
@@ -58,6 +58,7 @@ postgresql:
listen: 127.0.0.1:5432
connect_address: 127.0.0.1:5432
data_dir: data/postgresql0
# bin_dir:
pgpass: /tmp/pgpass0
authentication:
replication: