Re: vacuumdb sentence - Mailing list pgsql-hackers

From Amit Kapila
Subject Re: vacuumdb sentence
Date
Msg-id CAA4eK1KoA3tP=DeKq1BRMg7gwxWdsMLUH0__bONaMOc4s0HX1Q@mail.gmail.com
Whole thread Raw
In response to vacuumdb sentence  (Euler Taveira <euler@timbira.com.br>)
Responses Re: vacuumdb sentence  (Euler Taveira <euler@timbira.com.br>)
List 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 by date:

Previous
From: Amit Kapila
Date:
Subject: Re: Parallel Seq Scan
Next
From: Pavel Stehule
Date:
Subject: Re: On-demand running query plans using auto_explain and signals