From 6f61c8285b30a59f865eac1cf550e824df94df94 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Mon, 23 Mar 2015 15:56:50 +0900 Subject: [PATCH] Add note about pg_basebackup -X s We already provide a facility to pass arbitrary options to pg_basebackup. --- TODO | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO b/TODO index 407c550b..7e70c86c 100644 --- a/TODO +++ b/TODO @@ -21,3 +21,5 @@ Planned feature improvements 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