Re: Update to 9.1.12

From: Albe Laurenz <laurenz(dot)albe(at)wien(dot)gv(dot)at>
To: Viktor Juhanson *EXTERN* <spoon(at)planet(dot)ee>, "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Update to 9.1.12
Date: 2014-04-09 13:19:21
Message-ID: A737B7A37273E048B164557ADEF4A58B17CEEF6C@ntex2010i.host.magwien.gv.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Viktor Juhanson wrote:
> Could you please explain what does this command exactly do ? Will it start VACUUM on all databases
> immidiatly ?
> PGOPTIONS='-o vacuum_freeze_table_age=0' vacuumdb

Yes, it will.
See the documentation of vacuumdb for what exactly it does.

This is just an example of how you could run the VACUUM necessary after
an upgrade to 9.1.12. There are many other ways to set vacuum_freeze_table_age,
like in postgresql.conf. You could also connect with psql, use the SET command
to set the parameter and run VACUUM manually.

Yours,
Laurenz Albe

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Rama Krishnan 2014-04-09 13:28:46 Default UID for postgres user in linux
Previous Message Viktor Juhanson 2014-04-09 12:47:49 Re: Update to 9.1.12