Re: Why "vacuum_freeze_min_age" parameter has context as "USER" ? - Mailing list pgsql-novice

From Kevin Grittner
Subject Re: Why "vacuum_freeze_min_age" parameter has context as "USER" ?
Date
Msg-id 1347524606.146557.1418827720168.JavaMail.yahoo@jws10071.mail.ne1.yahoo.com
Whole thread Raw
In response to Why "vacuum_freeze_min_age" parameter has context as "USER" ?  (sudalai <sudalait2@gmail.com>)
List pgsql-novice
sudalai <sudalait2@gmail.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

pgsql-novice by date:

Previous
From: sudalai
Date:
Subject: Why "vacuum_freeze_min_age" parameter has context as "USER" ?
Next
From: Scott Robertson
Date:
Subject: Re: warning about console code page on starting psql