]> git.ipfire.org Git - thirdparty/postgresql.git/commit
doc: Fix confusing description of streaming option in START_REPLICATION.
authorFujii Masao <fujii@postgresql.org>
Tue, 15 Jul 2025 23:32:52 +0000 (08:32 +0900)
committerFujii Masao <fujii@postgresql.org>
Tue, 15 Jul 2025 23:34:24 +0000 (08:34 +0900)
commit488c35f958e772fb446a8d90beaaefeb742e84a0
tree59aee6b331751b73a03d58f744d6d0f135644e1a
parentb70a2e8a1a0d11d2feaaa8239fd3d38e59a382e5
doc: Fix confusing description of streaming option in START_REPLICATION.

Previously, the documentation described the streaming option as a boolean,
which is outdated since it's no longer a boolean as of protocol version 4.
This could confuse users.

This commit updates the description to remove the "boolean" reference and
clearly list the valid values for the streaming option.

Back-patch to v16, where the streaming option changed to a non-boolean.

Author: Euler Taveira <euler@eulerto.com>
Reviewed-by: Fujii Masao <masao.fujii@gmail.com>
Discussion: https://postgr.es/m/8d21fb98-5c25-4dee-8387-e5a62b01ea7d@app.fastmail.com
Backpatch-through: 16
doc/src/sgml/protocol.sgml