question on pg_ctl - Mailing list pgsql-admin

From Tena Sakai
Subject question on pg_ctl
Date
Msg-id FE44E0D7EAD2ED4BB2165071DB8E328C0378F4F8@egcrc-ex01.egcrc.org
Whole thread Raw
Responses Re: question on pg_ctl  ("Scott Marlowe" <scott.marlowe@gmail.com>)
List pgsql-admin

Hi Everybody,

I want to change a line in postgresql.conf (shared_buffers)
and then issue a command:
  pg_ctl reload

This forces the postmaster process to reread the configuration
file with new shared_buffer value.  And the postgres process
that comes to life from this point on will execute with the
newly specified value.  Correct?

I have jobs that have been running more than a week.  Can somebody
please tell me what happens to these processes?  Ie., (a) will they
keep running in the current mode?  (b) will the postmaster assign
more memory while they are running?

Thank you.

Regards,

Tena Sakai
tsakai@gallo.ucsf.edu

pgsql-admin by date:

Previous
From: "Scott Marlowe"
Date:
Subject: Re: Error while trying to back up database: out of memroy
Next
From: "Scott Marlowe"
Date:
Subject: Re: question on pg_ctl