Search Postgresql Archives

Re: Remote Connection

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, Feb 13, 2009 at 3:43 PM, Bob Pawley <rjpawley@xxxxxxx> wrote:
> In pg_hba there is a reference to reloading postmaster using pg_ctl.
>
> Does postmaster reload when the server is restarted??

Yep.  restart shuts down pgsql, and then starts it up fresh, so it has
to read its config files etc.  Reload is useful because it doesn't
shut down a server, which can be handy on 24/7 machines that need
config changes.

As noted by others, some changes require a restart, basically the
things the server can't change while it's running, like share_buffers,
which are allocated at start up.

-- 
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux