| From: | "Pavel Stehule" <pavel(dot)stehule(at)gmail(dot)com> |
|---|---|
| To: | pgsql-bugs(at)postgresql(dot)org |
| Cc: | simon(at)2ndquadrant(dot)com |
| Subject: | pg_standby (wrong parametr -u in help note |
| Date: | 2007-05-13 13:24:28 |
| Message-ID: | 162867790705130624u3d86005fgfe80be1a3c043e12@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
Hello
I found unsupported parametr -u in help to pg_standby:
Usage:
pg_standby [OPTION]... [ARCHIVELOCATION] [NEXTWALFILE] [XLOGFILEPATH]
note space between
[ARCHIVELOCATION] and [NEXTWALFILE]
with main intended use via restore_command in the recovery.conf
restore_command = 'pg_standby [OPTION]... [ARCHIVELOCATION] %f %p'
e.g. restore_command = 'pg_standby -l -u /mnt/server/archiverdir %f %p'
again:
pg_standby -l >>>>>-u<<<<<< /mnt/server/archiverdir %f %p'
Regards
Pavel Stehule
| From | Date | Subject | |
|---|---|---|---|
| Next Message | michael | 2007-05-14 07:27:19 | BUG #3276: unique index/unique constraint |
| Previous Message | Magnus Hagander | 2007-05-13 10:36:27 | Re: BUG #3274: Failed to run initdb |