From: Craig Ringer Date: Wed, 2 Jul 2014 05:57:26 +0000 (+0800) Subject: bdr: Small usage tip for bdr_init_copy X-Git-Url: http://git.postgresql.org/gitweb/static/developers.postgresql.org?a=commitdiff_plain;h=addc14bdb90e241e3a8228d22813c017a74fac2c;p=users%2Fandresfreund%2Fpostgres.git bdr: Small usage tip for bdr_init_copy --- diff --git a/contrib/bdr/bdr_init_copy.c b/contrib/bdr/bdr_init_copy.c index 4c64397ef6..bbecd51aa0 100644 --- a/contrib/bdr/bdr_init_copy.c +++ b/contrib/bdr/bdr_init_copy.c @@ -259,6 +259,8 @@ static void usage(void) { printf(_("%s initializes bdr from PostgreSQL instance made using pg_basebackup.\n\n"), progname); + printf(_("pg_basebackup -X stream must be used to populate the data directory before\n")); + printf(_("running %s to initialize BDR on it.\n\n"), progname); printf(_("Usage:\n")); printf(_(" %s [OPTION]...\n"), progname); printf(_("\nGeneral options:\n"));