Asynchronous commit documentation gap - Mailing list pgsql-hackers

From Florian Weimer
Subject Asynchronous commit documentation gap
Date
Msg-id 82ejf9q7k8.fsf@mid.bfk.de
Whole thread Raw
Responses Re: Asynchronous commit documentation gap  (Simon Riggs <simon@2ndquadrant.com>)
List pgsql-hackers
The documentation doesn't really tell how to disable synchronous
commits for a single commit.  I believe the correct command is
 SET LOCAL synchronous_commit TO OFF;

just before the COMMIT statement.

--
Florian Weimer                <fweimer@bfk.de>
BFK edv-consulting GmbH       http://www.bfk.de/
Kriegsstraße 100              tel: +49-721-96201-1
D-76133 Karlsruhe             fax: +49-721-96201-99


pgsql-hackers by date:

Previous
From: Martijn van Oosterhout
Date:
Subject: Re: Proposal: Select ... AS OF Savepoint
Next
From: "Gokulakannan Somasundaram"
Date:
Subject: Re: Proposal: Select ... AS OF Savepoint