Re: graceful reload

From: Vasiliy G Tolstov <v(dot)tolstov(at)selfip(dot)ru>
To: Shoaib Mir <shoaibmir(at)gmail(dot)com>
Cc: Anh Ky Huynh <xkyanh(at)gmail(dot)com>, PostgreSQL Admin <pgsql-admin(at)postgresql(dot)org>
Subject: Re: graceful reload
Date: 2010-06-03 08:01:14
Message-ID: 1275552074.23110.7.camel@work.selfip.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

В Чтв, 03/06/2010 в 17:54 +1000, Shoaib Mir пишет:
> On Thu, Jun 3, 2010 at 5:48 PM, Vasiliy G Tolstov
> <v(dot)tolstov(at)selfip(dot)ru> wrote:
> Sorry for incorrect question. I mean: does postgresql can be
> reloaded
> without breaking current connections?
> For example:
> I need to increate some values in postgresql conf file and
> want to this
> valies applied on running server, can i do this without full
> restart?
>
>
>
> Which settings you want to change? as there are some which can be done
> with just a database reload but some of them cant be done without
> doing a database restart (like some memory related settings)
>

Memory related:
max_connections
shared_buffers
temp_buffers
max_prepared_transactions
work_mem
maintenance_work_mem
max_stack_depth
max_files_per_process
wal_buffers

In config file some in of this settings exists comment line like
"changes require restart". This is mean exactly restart or reload can do
this?

--
Vasiliy G Tolstov <v(dot)tolstov(at)selfip(dot)ru>
Selfip.Ru

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message fida aljounaidi 2010-06-03 08:49:07 PG_dump a large database fails
Previous Message Shoaib Mir 2010-06-03 07:54:52 Re: graceful reload