Doc update for pg_start_backup

From: Heikki Linnakangas <heikki(at)enterprisedb(dot)com>
To: Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Doc update for pg_start_backup
Date: 2007-06-28 12:01:56
Message-ID: 4683A334.5000206@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Added a note to the docs that pg_start_backup can take a long time to
finish now that we spread out checkpoints:

*** doc/src/sgml/backup.sgml 1 Feb 2007 00:28:16 -0000 2.97
--- doc/src/sgml/backup.sgml 28 Jun 2007 11:44:20 -0000
***************
*** 672,678 ****
<para>
It does not matter which database within the cluster you connect
to to
issue this command. You can ignore the result returned by the
function;
! but if it reports an error, deal with that before proceeding.
</para>
</listitem>
<listitem>
--- 672,682 ----
<para>
It does not matter which database within the cluster you connect
to to
issue this command. You can ignore the result returned by the
function;
! but if it reports an error, deal with that before proceeding.
Note that
! pg_start_backup can take a long time to finish. It performs a
checkpoint,
! and if one is already running it has to wait for it to finish
first. You
! can adjust <varname>checkpoint_completion_target</varname> to
perform the
! checkpoints more aggressively.
</para>
</listitem>
<listitem>

--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Smith 2007-06-28 12:55:50 Re: Bgwriter LRU cleaning: we've been going at this all wrong
Previous Message Martijn van Oosterhout 2007-06-28 10:41:02 Re: AutoVacuum Behaviour Question

Browse pgsql-patches by date

  From Date Subject
Next Message Greg Smith 2007-06-28 13:22:19 Re: Load Distributed Checkpoints, final patch
Previous Message Susanne Ebrecht 2007-06-28 11:31:17 rename of a view