Re: Why "vacuum_freeze_min_age" parameter has context as "USER" ?

From: Kevin Grittner <kgrittn(at)ymail(dot)com>
To: sudalai <sudalait2(at)gmail(dot)com>, "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Why "vacuum_freeze_min_age" parameter has context as "USER" ?
Date: 2014-12-17 14:48:40
Message-ID: 1347524606.146557.1418827720168.JavaMail.yahoo@jws10071.mail.ne1.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

sudalai <sudalait2(at)gmail(dot)com> wrote:

> if i changed *vacuum_freeze_min_age* and issue VACCUM command on
> a session. Will postgres VACCUM process takes the changes i made
> on the session?

Yes, if you change it within a session and then run a VACUUM
command within that same session, the behavior of VACUUM will be
based on the session setting.

--
Kevin Grittner
EDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Michael Wood 2014-12-18 06:27:52 Re: warning about console code page on starting psql
Previous Message sudalai 2014-12-17 09:38:50 Why "vacuum_freeze_min_age" parameter has context as "USER" ?