diff --git a/doc/src/sgml/ref/pg_recvlogical.sgml b/doc/src/sgml/ref/pg_recvlogical.sgml index 141c5cd..278c991 100644 --- a/doc/src/sgml/ref/pg_recvlogical.sgml +++ b/doc/src/sgml/ref/pg_recvlogical.sgml @@ -73,7 +73,7 @@ PostgreSQL documentation Drop the replication slot with the name specified - by , then exit. + by , then exit. @@ -84,7 +84,11 @@ PostgreSQL documentation Begin streaming changes from the logical replication slot specified by , continuing until terminated by a - signal. If the server side change stream ends with a server shutdown + signal. Two signals are handled gracefully: SIGINT will close the + connection and exit without an errorcode. SIGHUP will close the + existing file and reopen it allowing you to rename the file and + potentially store it or process it elsewhere. + If the server side change stream ends with a server shutdown or disconnect, retry in a loop unless is specified.