Re: What are all the reasons/possibilities of failure to free-up disk space occupied by TEMPORARY table?

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: <pgsql-admin(at)postgresql(dot)org>,<gnanam(at)zoniac(dot)com>
Subject: Re: What are all the reasons/possibilities of failure to free-up disk space occupied by TEMPORARY table?
Date: 2011-09-07 16:37:19
Message-ID: 4E67576F0200002500040E5C@gw.wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

"Gnanakumar" <gnanam(at)zoniac(dot)com> wrote:

> We're using PostgreSQL v8.2.3.

There are probably hundreds of bug fixes between 8.2.3 and the
current 8.2 release, which is 8.2.21.

http://www.postgresql.org/support/versioning

http://www.postgresql.org/docs/8.2/static/release.html

On top of that, 8.2 is so old that it's three months away from the
end of its five-year support window:

http://wiki.postgresql.org/wiki/PostgreSQL_Release_Support_Policy

I recommend that you apply the 8.2 bug fixes immediately, and start
working on a plan to move to 9.0. If you see the problem in a
version which is current and supported, please post again.

-Kevin

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Joost Kraaijeveld 2011-09-07 17:22:35 Re: Is it possible to import raw data directories in a cluster (Debian)?
Previous Message shuaixf 2011-09-07 15:20:40 how can I get the length of columns of a table by system tables/views