Re: [HACKERS] Asynchronous commit documentation gap

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Florian Weimer <fweimer(at)bfk(dot)de>
Cc: PostgreSQL-documentation <pgsql-docs(at)postgresql(dot)org>
Subject: Re: [HACKERS] Asynchronous commit documentation gap
Date: 2007-11-05 17:35:50
Message-ID: 200711051735.lA5HZoo12517@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs pgsql-hackers

Florian Weimer wrote:
> 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.

Nice. I made the following documentation change, attached.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://postgres.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

Attachment Content-Type Size
/rtmp/diff text/x-diff 1.1 KB

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Simon Riggs 2007-11-08 08:10:40 Mentioning Slony in docs
Previous Message Magnus Hagander 2007-11-05 15:56:02 Re: Deux typo fixes...

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2007-11-05 17:43:52 Re: [HACKERS] Unclarity of configure options
Previous Message Bruce Momjian 2007-11-05 17:31:37 Re: A small rant about coding style for backend functions