From 286eea5d3ae33a8c22d46a051f8ac6069c8b779d Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 24 Apr 2024 09:19:59 +0200 Subject: [PATCH] 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. --- doc/src/sgml/ref/pg_createsubscriber.sgml | 38 +++++++++++------------ 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/doc/src/sgml/ref/pg_createsubscriber.sgml b/doc/src/sgml/ref/pg_createsubscriber.sgml index 7fb51f75a4..142bffff02 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. + + +