Re: inconvenient compression options in pg_basebackup

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: inconvenient compression options in pg_basebackup
Дата
Msg-id 1306262435.14693.2.camel@vanquo.pezone.net
обсуждение исходный текст
Ответ на Re: inconvenient compression options in pg_basebackup  (Magnus Hagander <magnus@hagander.net>)
Ответы Re: inconvenient compression options in pg_basebackup
Список pgsql-hackers
On sön, 2011-05-22 at 16:43 -0400, Magnus Hagander wrote:
> On Fri, May 20, 2011 at 17:45, Peter Eisentraut <peter_e@gmx.net> wrote:
> > On fre, 2011-05-20 at 14:19 -0400, Magnus Hagander wrote:
> >> > I suggest we add an argument-less option -z that means "compress",
> >> and
> >> > then -Z can be relegated to choosing the compression level.
> >>
> >> We can't just use -Z without a parameter for that?
> >
> > You can't portably have a command-line option with an optional argument.
>
> Ugh.
>
> In that case, I'm fine with your suggestion.

Quick patch for verification.  I chose the naming -z/--gzip to mirror
GNU tar.

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Alignment padding bytes in arrays vs the planner
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Adding an example for replication configuration to pg_hba.conf