doc: Document reopen of output file via SIGHUP in pg_recvlogical.
authorFujii Masao <fujii@postgresql.org>
Sun, 20 Jul 2025 03:00:46 +0000 (12:00 +0900)
committerFujii Masao <fujii@postgresql.org>
Sun, 20 Jul 2025 03:01:31 +0000 (12:01 +0900)
commit7efaf0a1b3e2ce58f4e4cddaa9afe6a60a978bcf
tree1eeda45bf857087b61ebfe928aad82684c258200
parentbedfdb85b0a344c84b04c234339075d676b7b608
doc: Document reopen of output file via SIGHUP in pg_recvlogical.

When pg_recvlogical receives a SIGHUP signal, it closes the current
output file and reopens a new one. This is useful since it allows us to
rotate the output file by renaming the current file and sending a SIGHUP.

This behavior was previously undocumented. This commit adds
the missing documentation.

Back-patch to all supported versions.

Author: Fujii Masao <masao.fujii@gmail.com>
Reviewed-by: Shinya Kato <shinya11.kato@gmail.com>
Discussion: http://postgr.es/m/0977fc4f-1523-4ecd-8a0e-391af4976367@oss.nttdata.com
Backpatch-through: 13
doc/src/sgml/ref/pg_recvlogical.sgml