Re: vacuumdb sentence

From: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
To: Euler Taveira <euler(at)timbira(dot)com(dot)br>
Cc: Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: vacuumdb sentence
Date: 2015-09-18 03:59:21
Message-ID: CAA4eK1KoA3tP=DeKq1BRMg7gwxWdsMLUH0__bONaMOc4s0HX1Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Sep 18, 2015 at 8:30 AM, Euler Taveira <euler(at)timbira(dot)com(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2015-09-18 04:16:51 Re: On-demand running query plans using auto_explain and signals
Previous Message Amit Kapila 2015-09-18 03:44:13 Re: Parallel Seq Scan