| From: | Bruce Momjian <bruce(at)momjian(dot)us> |
|---|---|
| To: | Kasper Kondzielski <kghost0(at)gmail(dot)com> |
| Cc: | pgsql-docs(at)lists(dot)postgresql(dot)org, jaroslaw(dot)kijanowski(at)softwaremill(dot)com |
| Subject: | Re: Request for further clarification on synchronous_commit |
| Date: | 2020-10-06 23:38:48 |
| Message-ID: | 20201006233848.GE12277@momjian.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-docs |
On Fri, Aug 21, 2020 at 04:15:39PM -0400, Bruce Momjian wrote:
> How is this for a table?
>
> -- local -- ------------------- standbys ------------------
> durable query durable commit durable commit
> commit consistency after OS crash after PG crash
> remote_apply X X X X
> on X X X
> remote_write X X
> local X
> off
I have created the attached doc patch which I plan to apply to all
supported versions of Postgres.
--
Bruce Momjian <bruce(at)momjian(dot)us> https://momjian.us
EnterpriseDB https://enterprisedb.com
The usefulness of a cup is in its emptiness, Bruce Lee
| Attachment | Content-Type | Size |
|---|---|---|
| sync.diff | text/x-diff | 9.1 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | PG Doc comments form | 2020-10-07 00:43:28 | Errors in explanation of the --with-libxml configure option. |
| Previous Message | Tom Lane | 2020-10-06 20:34:37 | Re: nondeterministic collations and statistics and pattern matching |