Re: Problems shutting down Postmaster

From: Andrew Edson <cheighlund(at)yahoo(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Problems shutting down Postmaster
Date: 2007-02-08 21:48:39
Message-ID: 20070208214839.39636.qmail@web34211.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Okay, for some reason we still had a problem connecting after a pg_ctl reload, but the shutdown went through this time, and everything's working now. Thanks for the assistance.

Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote: Andrew Edson writes:
> Someone else added the IP address for the other system to the
> pg_hba.conf file later, but since we had already started postgres by
> then, it didn't take.

You don't need to shut down the server to adjust pg_hba.conf ... just
"pg_ctl reload".

> And now, for some reason, postgres doesn't seem to want to let me shut
> down.

A standard shutdown doesn't finish until all existing sessions exit of
their own accord. Perhaps you wanted "-m fast"?

regards, tom lane


---------------------------------
Looking for earth-friendly autos?
Browse Top Cars by "Green Rating" at Yahoo! Autos' Green Center.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2007-02-08 21:58:20 Re: Limit for number of Joins in a View? Version 8.1.4 on Redhat 9
Previous Message Tom Lane 2007-02-08 21:37:03 Re: Problems shutting down Postmaster