pg_basebackup: Add --slot option

Peter Eisentraut <peter_e@gmx.net>

Commit: 0dc848b0314d63188919f1ce943730eac684dccd
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2015-07-29T00:31:35Z
Releases: 9.6.0
pg_basebackup: Add --slot option

This option specifies a replication slot for WAL streaming (-X stream),
so that there can be continuous replication slot use between WAL
streaming during the base backup and the start of regular streaming
replication.

Reviewed-by: Michael Paquier <michael.paquier@gmail.com>

Files

Documentation touched