pg_basebackup: Add support for relocating tablespaces Tablespaces can be relocated in plain backup mode by specifying one or more -T olddir=newdir options.
Author: Steeve Lennmark <[email protected]> Reviewed-by: Peter Eisentraut <[email protected]> Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/fb05f3ce83d225dd0f39f8860ce04082753e9e98 Modified Files -------------- doc/src/sgml/ref/pg_basebackup.sgml | 46 ++++++++- src/bin/pg_basebackup/pg_basebackup.c | 166 ++++++++++++++++++++++++++++++++- 2 files changed, 204 insertions(+), 8 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
