Re: vacuumdb sentence

Поиск
Список
Период
Сортировка
От Amit Kapila
Тема Re: vacuumdb sentence
Дата
Msg-id CAA4eK1KoA3tP=DeKq1BRMg7gwxWdsMLUH0__bONaMOc4s0HX1Q@mail.gmail.com
обсуждение исходный текст
Ответ на vacuumdb sentence  (Euler Taveira <euler@timbira.com.br>)
Ответы Re: vacuumdb sentence  (Euler Taveira <euler@timbira.com.br>)
Список pgsql-hackers
On Fri, Sep 18, 2015 at 8:30 AM, Euler Taveira <euler@timbira.com.br> wrote:
>
> Hi,
>
> Is there a reason to quote "jobs" at this sentence?
>
> 190 fprintf(stderr, _("%s: number of parallel \"jobs\" must be at least 1\n"),
> progname);
>
> AFAICS "jobs" is neither an identifier nor an option to justify the quotation. Also, another message a few lines above (correctly) does not use quotes.
>

jobs is an option, refer vacuumdb docs[1].

[1] - http://www.postgresql.org/docs/devel/static/app-vacuumdb.html

With Regards,
Amit Kapila.
EnterpriseDB: http://www.enterprisedb.com

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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: Parallel Seq Scan
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: On-demand running query plans using auto_explain and signals