Re: Update to 9.1.12 - Mailing list pgsql-admin

From Albe Laurenz
Subject Re: Update to 9.1.12
Date
Msg-id A737B7A37273E048B164557ADEF4A58B17CEEF6C@ntex2010i.host.magwien.gv.at
Whole thread Raw
In response to Re: Update to 9.1.12  ("Viktor Juhanson" <spoon@planet.ee>)
List 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

pgsql-admin by date:

Previous
From: "Viktor Juhanson"
Date:
Subject: Re: Update to 9.1.12
Next
From: Rama Krishnan
Date:
Subject: Default UID for postgres user in linux