Re: Database not restarting

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: "Stefan Berg" <svb1(at)ananzi(dot)co(dot)za>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Database not restarting
Date: 2003-03-27 06:22:32
Message-ID: 200303262222.32821.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Stef,

> Can anyone give some advise on an elegant way to shut down
> the database properly. In my case, I don't worry or care
> if someone was still busy on the database, because nobody
> updates stuff.

$PGHOME/bin/pg_ctl -m fast stop

There was a bug with "fast" shutdown in pg_ctl in some versions of Postgres;
I'm not sure whether or not it's fixed in 7.3.1 but it certainly is fixed in
7.3.3.

--
Josh Berkus
Aglio Database Solutions
San Francisco

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2003-03-27 06:57:30 Re: order by
Previous Message Tom Lane 2003-03-27 06:18:19 Re: Complex outer joins?