| From: | Magnus Hagander <magnus(at)hagander(dot)net> |
|---|---|
| To: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Help text for pg_basebackup -R |
| Date: | 2017-02-15 16:40:48 |
| Message-ID: | CABUevEz-zoY7AAz+resqdw7RRKN_nEc72vXS0jL0Bdt+3GsWgg@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
The current help text for pg_basebackup -R is "write recovery.conf after
backup".
This says nothing about what it actually does. I've had a number of people
ask me now why that's not default "because you need a recovery.conf to
restore from backup". The point being that it doesn't say anything about
the fact that it writes the file *for replication*. The help page does, but
not the message.
I propose a new message per the attached patch.
Comments?
--
Magnus Hagander
Me: http://www.hagander.net/
Work: http://www.redpill-linpro.com/
| Attachment | Content-Type | Size |
|---|---|---|
| pg_basebackup_recovery_help.patch | text/x-patch | 805 bytes |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Robert Haas | 2017-02-15 16:43:17 | Re: Should we cacheline align PGXACT? |
| Previous Message | Alvaro Herrera | 2017-02-15 16:34:11 | Re: Documentation improvements for partitioning |