Re: checkpoint

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: TPCCUVA <TPCCUVA(at)terra(dot)es>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: checkpoint
Date: 2002-03-13 20:29:37
Message-ID: 200203132029.g2DKTb608893@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

TPCCUVA wrote:
> Hello.
>
> I need to make checkpoints exactly every 30 minutes since a specifict
> moment when a program starts.
>
> It's necesary that postgres doesn't make checkpoints automatically.
>
> Can you help us
>
> Is there any log file where postgres records information about the
> checkpoint that has been made?
>
> I'm using postgres 7.1.3.

Sure, there is a CHECKPOINT command that does exactly that. Run it
every 30 minutes from cron using psql.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jeffrey W. Baker 2002-03-13 20:35:55 Re: more about pg_toast growth
Previous Message Bruce Momjian 2002-03-13 20:23:55 Re: Query planner problem