Hi,
Can you please tell me what is the purpose of providing * USER*
context to *vacuum_freeze_min_age* parameter.
I guess vacuum process only going to use it. so 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? ...
Is any way to ensure that vacuum command takes vacuum_freeze_min_age from
session...
Thanks in advance ...
Regards,
Sudalai.
-----
sudalai
--
View this message in context:
http://postgresql.nabble.com/Why-vacuum-freeze-min-age-parameter-has-context-as-USER-tp5831067.html
Sent from the PostgreSQL - novice mailing list archive at Nabble.com.
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
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера