Re: pg_basebackup wish list

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_basebackup wish list
Дата
Msg-id 12873.1473708697@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pg_basebackup wish list  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Ответы Re: pg_basebackup wish list  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Список pgsql-hackers
Peter Eisentraut <peter.eisentraut@2ndquadrant.com> writes:
> On 8/19/16 1:04 AM, Masahiko Sawada wrote:
>> I agree with adding this as an option and removing directory by default.
>> And it looks good to me except for missing new line in usage output.
>> 
>> printf(_("  -l, --label=LABEL      set backup label\n"));
>> +       printf(_("  -n, --noclean          do not clean up after errors"));
>> printf(_("  -P, --progress         show progress information\n"));

> Committed with that fix.  Thanks.

Hm, there was just a kerfuffle about spelling things like this
"--no-clean" etc.  I wasn't on board with removing existing spellings,
but surely all newly added switches should use the "no-" spelling?
        regards, tom lane



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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: pg_basebackup wish list
Следующее
От: Mark Dilger
Дата:
Сообщение: inappropriate use of NameGetDatum macro