doc: Clarify required options for each action in pg_recvlogical. Each pg_recvlogical action requires specific options. For example, --slot, --dbname, and --file must be specified with the --start action. Previously, the documentation did not clearly outline these requirements.
This commit updates the documentation to explicitly state the necessary options for each action. Author: Hayato Kuroda <[email protected]> Co-authored-by: Fujii Masao <[email protected]> Reviewed-by: Ashutosh Bapat <[email protected]> Reviewed-by: Vignesh C <[email protected]> Reviewed-by: David G. Johnston <[email protected]> Discussion: https://postgr.es/m/oscpr01mb14966930b4357bae8c9d68a8af5...@oscpr01mb14966.jpnprd01.prod.outlook.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/dfc13428a9088dd37ec8ed64de37fb1655355f9a Modified Files -------------- doc/src/sgml/ref/pg_recvlogical.sgml | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-)
