Re: Out of space

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Tom Bakken" <tom(dot)bakken(at)tx(dot)usda(dot)gov>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Out of space
Date: 2004-04-07 19:46:06
Message-ID: 26971.1081367166@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

"Tom Bakken" <tom(dot)bakken(at)tx(dot)usda(dot)gov> writes:
> I'm not finding any mention of CHECKPOINT in my references. Is that
> something from a version newer than 7.1.2?

You're running 7.1.2? My, that *is* an old installation. You really
ought to think about an update, particularly if you might be approaching
the 4-billion-transaction event horizon. You do not want to suffer XID
wraparound in a 7.1 installation :-(. See this link for explanations:
http://www.postgresql.org/docs/7.4/static/maintenance.html#VACUUM-FOR-WRAPAROUND

7.1 does have the CHECKPOINT command, though, whether you see it
documented or not.

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2004-04-07 19:57:18 Re: Out of space
Previous Message Tom Bakken 2004-04-07 19:42:35 Re: Out of space