From: | PG Doc comments form <noreply(at)postgresql(dot)org> |
---|---|
To: | pgsql-docs(at)lists(dot)postgresql(dot)org |
Cc: | artem(dot)gavrilov(at)percona(dot)com |
Subject: | Inaccurate statement about log shipping replication mode |
Date: | 2025-08-21 15:20:40 |
Message-ID: | 175578964049.806.14564779365418625473@wrigleys.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-docs |
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/17/warm-standby.html
Description:
Hello,
The documentation page about Log-Shipping Standby Servers after describing
that there are file-based log shipping and record-based log shipping
(streaming replication) states: "It should be noted that log shipping is
asynchronous, i.e., the WAL records are shipped after transaction commit.".
This statement is misleading because the same page includes a section about
configuring synchronous streaming replication. To avoid confusion, I think
it makes sense to specify that record-based log shipping can be configured
as either asynchronous or synchronous.
Link: https://www.postgresql.org/docs/current/warm-standby.html
From | Date | Subject | |
---|---|---|---|
Next Message | David G. Johnston | 2025-08-22 21:40:33 | Re: Example on difference between CREATE MATERIALIZED VIEW and standard VIEW has typo |
Previous Message | PG Doc comments form | 2025-08-21 14:07:01 | Example on difference between CREATE MATERIALIZED VIEW and standard VIEW has typo |