diff --git a/doc/src/sgml/ref/pg_recvlogical.sgml b/doc/src/sgml/ref/pg_recvlogical.sgml
index 95eb14b6352..2946bdae1e5 100644
--- a/doc/src/sgml/ref/pg_recvlogical.sgml
+++ b/doc/src/sgml/ref/pg_recvlogical.sgml
@@ -73,6 +73,11 @@ PostgreSQL documentation
by .
+
+ The and are required
+ for this action.
+
+
The can be specified with
to enable decoding of prepared transactions.
@@ -87,6 +92,10 @@ PostgreSQL documentation
Drop the replication slot with the name specified
by , then exit.
+
+
+ The is required for this action.
+
@@ -101,6 +110,11 @@ PostgreSQL documentation
is specified.
+
+ The and ,
+ are required for this action.
+
+
The stream format is determined by the output plugin specified when
the slot was created.
@@ -159,6 +173,9 @@ PostgreSQL documentation
Write received and decoded transaction data into this
file. Use - for stdout.
+
+ This parameter is required for .
+
@@ -265,6 +282,9 @@ PostgreSQL documentation
mode, create the slot with this name. In
mode, delete the slot with this name.
+
+ This parameter is required for any of actions.
+
@@ -305,7 +325,11 @@ PostgreSQL documentation
The dbname can be a connection string. If so,
connection string parameters will override any conflicting
- command line options. Defaults to the user name.
+ command line options.
+
+
+ This parameter is required for
+ and .