Re: 30.3. Asynchronous Commit

Bruce Momjian <[email protected]>
Newsgroups gmane.comp.db.postgresql.devel.documentation
Message-ID <[email protected]>
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  <[email protected]>        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 +
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.