From b4b8efbd3826ac0af2d1c2e7c40fcf80a4bfba45 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 14:18:03 +0200 Subject: Adding upstream version 15.6. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/protocol-replication.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'doc/src/sgml/html/protocol-replication.html') diff --git a/doc/src/sgml/html/protocol-replication.html b/doc/src/sgml/html/protocol-replication.html index 6d4dfd4..0e842d4 100644 --- a/doc/src/sgml/html/protocol-replication.html +++ b/doc/src/sgml/html/protocol-replication.html @@ -1,5 +1,5 @@ -55.4. Streaming Replication Protocol

55.4. Streaming Replication Protocol

+55.4. Streaming Replication Protocol

55.4. Streaming Replication Protocol

To initiate streaming replication, the frontend sends the replication parameter in the startup message. A Boolean value of true (or on, @@ -292,7 +292,10 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;"

XXX/XXX

The WAL location to begin streaming at.

option_name

- The name of an option passed to the slot's logical decoding plugin. + The name of an option passed to the slot's logical decoding output + plugin. See Section 55.5 for + options that are accepted by the standard (pgoutput) + plugin.

option_value

Optional value, in the form of a string constant, associated with the specified option. @@ -526,4 +529,4 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;" Owner, group, and file mode are set if the underlying file system on the server supports it.

-

\ No newline at end of file +

\ No newline at end of file -- cgit v1.2.3