From: Peter Eisentraut Date: Wed, 24 Apr 2024 07:19:59 +0000 (+0200) Subject: doc: Fix order of options on pg_createsubscriber man page X-Git-Tag: REL_17_BETA1~177 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=286eea5d3ae33a8c22d46a051f8ac6069c8b779d;p=thirdparty%2Fpostgresql.git doc: Fix order of options on pg_createsubscriber man page Some options were listed in an order that was inconsistent with the --help output and everything else. --- diff --git a/doc/src/sgml/ref/pg_createsubscriber.sgml b/doc/src/sgml/ref/pg_createsubscriber.sgml index 7fb51f75a45..142bffff023 100644 --- a/doc/src/sgml/ref/pg_createsubscriber.sgml +++ b/doc/src/sgml/ref/pg_createsubscriber.sgml @@ -213,21 +213,6 @@ PostgreSQL documentation - - - - - The subscription name to set up the logical replication. Multiple - subscriptions can be specified by writing multiple - switches. The number of subscription - names must match the number of specified databases, otherwise an error - is reported. The order of the multiple subscription name switches must - match the order of database switches. If this option is not specified, - a generated name is assigned to the subscription name. - - - - @@ -245,12 +230,16 @@ PostgreSQL documentation - - + - Show help about pg_createsubscriber command - line arguments, and exit. + The subscription name to set up the logical replication. Multiple + subscriptions can be specified by writing multiple + switches. The number of subscription + names must match the number of specified databases, otherwise an error + is reported. The order of the multiple subscription name switches must + match the order of database switches. If this option is not specified, + a generated name is assigned to the subscription name. @@ -264,6 +253,17 @@ PostgreSQL documentation + + + + + + + Show help about pg_createsubscriber command + line arguments, and exit. + + +