From 2fe9ec22ed165a59d5fa08e5470c2ce101c0a554 Mon Sep 17 00:00:00 2001 From: Grigory Smolkin Date: Sat, 14 Mar 2020 21:40:58 +0300 Subject: [PATCH] [Issue #149] Documentation update --- doc/pgprobackup.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/pgprobackup.xml b/doc/pgprobackup.xml index 2eba912b..1819b53a 100644 --- a/doc/pgprobackup.xml +++ b/doc/pgprobackup.xml @@ -3611,6 +3611,7 @@ pg_probackup restore -B backup_dir --instance cmdline] [--restore-command=cmdline] [--primary-conninfo=primary_conninfo] +[-S | --primary-slot-name=slotname] [recovery_target_options] [logging_options] [remote_options] [partial_restore_options] [remote_wal_archive_options] @@ -3663,6 +3664,19 @@ pg_probackup restore -B backup_dir --instance + + + + + + Sets the + primary_slot_name + parameter to the specified value. + This option will be ignored unless the flag if specified. + + + +