From 342690e8af038578bbedf834caae85bcdbc2a5e0 Mon Sep 17 00:00:00 2001 From: Hayato Kuroda Date: Fri, 21 Feb 2025 17:04:17 +0900 Subject: [PATCH] pg_recvlogical: Make sure -d is mandatory option --- doc/src/sgml/ref/pg_recvlogical.sgml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/src/sgml/ref/pg_recvlogical.sgml b/doc/src/sgml/ref/pg_recvlogical.sgml index 95eb14b635..5e59611de7 100644 --- a/doc/src/sgml/ref/pg_recvlogical.sgml +++ b/doc/src/sgml/ref/pg_recvlogical.sgml @@ -23,6 +23,13 @@ PostgreSQL documentation pg_recvlogical option + + + + + + dbname + @@ -305,7 +312,7 @@ 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. -- 2.43.5