Re: PG 7.2.4 and waiting backends - Mailing list pgsql-admin

From Tom Lane
Subject Re: PG 7.2.4 and waiting backends
Date
Msg-id 29322.1080711931@sss.pgh.pa.us
Whole thread Raw
In response to PG 7.2.4 and waiting backends  (Rob Fielding <rob@dsvr.net>)
List pgsql-admin
Rob Fielding <rob@dsvr.net> writes:
> The intention is to migrate the DB from 7.2 to a later version. The
> interim has been to get up to the latest 7.2.4 release inorder to
> circumvent a vacuumdb corner case which was resulting in a FULL failing.

Hmm ... why do you feel that you have to do a VACUUM FULL before you
can dump and reload to go to a later version?  AFAICS a vacuum in such a
context is just a waste of cycles.  It's certainly not going to reduce
the size of the dump.

The problems you are describing sound like index bloat to me.  If the
real issue is you haven't got enough disk space to do the dump, I'd
suggest dropping all your indexes, after making notes so you can
recreate them after finishing the upgrade.

            regards, tom lane

pgsql-admin by date:

Previous
From: Sam Barnett-Cormack
Date:
Subject: Re: Accessing Linux Postgre Server from windows client
Next
From: Andrew Biagioni
Date:
Subject: Re: Spontaneous PostgreSQL Server Reboot?