Re: check alignment of --help output

From: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
To: Alexander Lakhin <exclusion(at)gmail(dot)com>, "pgsql-translators(at)lists(dot)postgresql(dot)org" <pgsql-translators(at)lists(dot)postgresql(dot)org>
Subject: Re: check alignment of --help output
Date: 2021-09-17 09:03:51
Message-ID: be89d819-c532-23ea-7c1f-7cf6c115e62c@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-translators

On 17.09.21 07:45, Alexander Lakhin wrote:
> And while in moving to nice look, I would like to note that the new
> pg_amcheck' help looks different from others in using "NOT".
>   -a, --all                       check all databases
>   -d, --database=PATTERN          check matching database(s)
>   -D, --exclude-database=PATTERN  do NOT check matching database(s)
>   -i, --index=PATTERN             check matching index(es)
>   -I, --exclude-index=PATTERN     do NOT check matching index(es)
>   -r, --relation=PATTERN          check matching relation(s)
>   -R, --exclude-relation=PATTERN  do NOT check matching relation(s)
>   -s, --schema=PATTERN            check matching schema(s)
> vs
>   --no-comments                do not dump comments
>   --no-publications            do not dump publications
>   --no-security-labels         do not dump security label assignments
>   --no-subscriptions           do not dump subscriptions
>   --no-synchronized-snapshots  do not use synchronized snapshots in
> parallel jobs
>   --no-tablespaces             do not dump tablespace assignments
>   --no-toast-compression       do not dump TOAST compression methods
>   --no-unlogged-table-data     do not dump unlogged table data
>
> Is this emphasis appropriate?

I think it could be removed.

In response to

Browse pgsql-translators by date

  From Date Subject
Next Message Guillaume Lelarge 2021-10-12 20:18:18 No 9.6 release on babel.postgresql.org
Previous Message Alexander Lakhin 2021-09-17 05:45:00 Re: check alignment of --help output