From dd7cfce3d33569bf4e1baa78a074b01e6f66d65d Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Tue, 22 Sep 2015 19:26:19 +0900 Subject: [PATCH] Add TODO note about default configuration file. Per suggestion in #108. --- TODO | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/TODO b/TODO index 2f8a140a..e61eceea 100644 --- a/TODO +++ b/TODO @@ -22,6 +22,8 @@ Planned feature improvements * Use pg_basebackup for the data directory, and ALSO rsync for the configuration files. -* Use pg_basebackup -X s - NOTE: this can be used by including `-X s` in the configuration parameter - `pg_basebackup_options` \ No newline at end of file +* If no configuration file supplied, search in sensible default locations + (currently: current directory and `pg_config --sysconfdir`); if + possible this should include the location provided by the package, + if installed. +