Re: 30.3. Asynchronous Commit - Mailing list pgsql-docs

From Bruce Momjian
Subject Re: 30.3. Asynchronous Commit
Date
Msg-id 20190410200610.vhij57iz2xzottiu@momjian.us
Whole thread Raw
In response to 30.3. Asynchronous Commit  (PG Doc comments form <noreply@postgresql.org>)
Responses Re: 30.3. Asynchronous Commit
List pgsql-docs
On Wed, Mar 27, 2019 at 12:25:34PM +0000, PG Doc comments form wrote:
> The following documentation comment has been logged on the website:
> 
> Page: https://www.postgresql.org/docs/9.6/wal-async-commit.html
> Description:
> 
> How do async commits and unlogged tables relate? You might add a paragraph
> on clarifying this relation. 
> https://www.postgresql.org/docs/9.6/wal-async-commit.html

Async commit controls the WAL writes for _logged_ tables.  Unlogged
tables don't generate WAL, since they are not crash safe, and hence are
not affected by async commit.

-- 
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

+ As you are, so once was I.  As I am, so you will be. +
+                      Ancient Roman grave inscription +



pgsql-docs by date:

Previous
From: "Jonathan S. Katz"
Date:
Subject: Re: Typo
Next
From: Andres Freund
Date:
Subject: Re: 30.3. Asynchronous Commit