Stopping Postgres

From: David Mitchell <david(dot)mitchell(at)telogis(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Stopping Postgres
Date: 2005-07-14 00:09:49
Message-ID: 42D5AD4D.6060002@telogis.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

What is the best way to quickly and reliably stop postgres? We've found
that pg_ctl doesn't work for us very well, frequently failing to
actually stop the postmaster (it times out and reports that it has
failed to stop). This is the same even if we use -m immediate.

We don't want to kill -9, obviously. How do other people ensure that
postgres is properly stopped in a timely manner?

Regards
--
David Mitchell
Software Engineer
Telogis

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Thomas F. O'Connell 2005-07-14 01:06:55 ERROR: could not open relation
Previous Message Bruce Momjian 2005-07-14 00:05:17 Re: Transparent encryption in PostgreSQL?