Обсуждение: Move --interactive in createuser.sgml?

Поиск
Список
Период
Сортировка

Move --interactive in createuser.sgml?

От
Ekaterina Kiryanova
Дата:
Hello!

I noticed that the --interactive option in createuser.sgml is in the 
list of short options rather than in the list of the long ones later on.
If it makes sense to move it below, the attached patch fixes that for 
master (after --bypassrls/--no-bypassrls).
Please take a look.

-- 
Best regards,
Ekaterina Kiryanova
Technical Writer
Postgres Professional
the Russian PostgreSQL Company
Вложения

Re: Move --interactive in createuser.sgml?

От
Daniel Gustafsson
Дата:
> On 4 Jul 2023, at 09:58, Ekaterina Kiryanova <e.kiryanova@postgrespro.ru> wrote:

> I noticed that the --interactive option in createuser.sgml is in the list of short options rather than in the list of
thelong ones later on. 
> If it makes sense to move it below, the attached patch fixes that for master (after --bypassrls/--no-bypassrls).
> Please take a look.

I'm not sure this moves the needle much in terms of consistency in listing
options, and I'm not sure there is policy to follow.  createdb has long options
in alphabetical order, pg_basebackup has long options both by alphabetical and
grouped last, and pg_amcheck groups options by type.

Whether or not an option has a short option as well as a long option is an
implementation detail that I don't think should drive how we present the
information to the users in order to help them find what they need.

--
Daniel Gustafsson