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
diff --git a/doc/src/sgml/ref/createuser.sgml b/doc/src/sgml/ref/createuser.sgml index 5c34c62342..45fe700e85 100644 --- a/doc/src/sgml/ref/createuser.sgml +++ b/doc/src/sgml/ref/createuser.sgml @@ -183,20 +183,6 @@ PostgreSQL documentation </listitem> </varlistentry> - <varlistentry> - <term><option>--interactive</option></term> - <listitem> - <para> - Prompt for the user name if none is specified on the command line, and - also prompt for whichever of the options - <option>-d</option>/<option>-D</option>, - <option>-r</option>/<option>-R</option>, - <option>-s</option>/<option>-S</option> is not specified on the command - line. (This was the default behavior up to PostgreSQL 9.1.) - </para> - </listitem> - </varlistentry> - <varlistentry> <term><option>-l</option></term> <term><option>--login</option></term> @@ -330,6 +316,20 @@ PostgreSQL documentation </listitem> </varlistentry> + <varlistentry> + <term><option>--interactive</option></term> + <listitem> + <para> + Prompt for the user name if none is specified on the command line, and + also prompt for whichever of the options + <option>-d</option>/<option>-D</option>, + <option>-r</option>/<option>-R</option>, + <option>-s</option>/<option>-S</option> is not specified on the command + line. (This was the default behavior up to PostgreSQL 9.1.) + </para> + </listitem> + </varlistentry> + <varlistentry> <term><option>--replication</option></term> <listitem>