diff options
| author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2014-08-22 13:45:38 +0300 |
|---|---|---|
| committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2014-08-22 13:47:17 +0300 |
| commit | 32d93e8c2da5387a8d5efdd4df1e5fb9bcfa9bb2 (patch) | |
| tree | 36854e09f3514102511da3943038f0e01aa5838c | |
| parent | 8a22633f52f2399118d6ad3c2c4da6a31f07e907 (diff) | |
Fix comment in pg_basebackup.
The option is called --tablespace-mapping, not --tablespace.
Amit Kapila
| -rw-r--r-- | src/bin/pg_basebackup/pg_basebackup.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bin/pg_basebackup/pg_basebackup.c b/src/bin/pg_basebackup/pg_basebackup.c index ec22ac2354a..0a336143466 100644 --- a/src/bin/pg_basebackup/pg_basebackup.c +++ b/src/bin/pg_basebackup/pg_basebackup.c @@ -1260,9 +1260,9 @@ ReceiveAndUnpackTarFile(PGconn *conn, PGresult *res, int rownum) /* * Symbolic link * - * It's most likely a link in pg_tblspc directory, to - * the location of a tablespace. Apply any tablespace - * mapping given on the command line (--tablespace). + * It's most likely a link in pg_tblspc directory, to the + * location of a tablespace. Apply any tablespace mapping + * given on the command line (--tablespace-mapping). * (We blindly apply the mapping without checking that * the link really is inside pg_tblspc. We don't expect * there to be other symlinks in a data directory, but |
