From: | Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com> |
---|---|
To: | Jeff Janes <jeff(dot)janes(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: pg_basebackup wish list |
Date: | 2016-07-12 17:48:59 |
Message-ID: | f0aa7fb0-fed7-6684-1ce1-09e784493cd9@2ndquadrant.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 7/12/16 12:53 PM, Jeff Janes wrote:
> The --help message for pg_basebackup says:
>
> -Z, --compress=0-9 compress tar output with given compression level
>
> But -Z0 is then rejected as 'invalid compression level "0"'. The real
> docs do say 1-9, only the --help message has this bug. Trivial patch
> attached.
pg_dump --help and man page say it supports 0..9. Maybe we should make
that more consistent.
--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2016-07-12 17:54:15 | Re: pgbench - compute & show latency consistently |
Previous Message | Peter Eisentraut | 2016-07-12 17:46:35 | Re: Showing parallel status in \df+ |