Re: Continuing issues... Can't vacuum!

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>, "Carol Walter" <walterc(at)indiana(dot)edu>
Cc: <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Continuing issues... Can't vacuum!
Date: 2008-05-23 18:58:42
Message-ID: 4836CDEA.EE98.0025.0@wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

>>> Carol Walter <walterc(at)indiana(dot)edu> wrote:
> On May 23, 2008, at 2:39 PM, Joshua D. Drake wrote:
>>
>> pg_ctl -D /path/to/data/dir -m fast stop
>>
> Does this do an orderly, safe stop? Also do I then bring it back up

> with the usual command?

"Three different shutdown methods can be selected with the -m option:
"Smart" mode waits for all the clients to disconnect. This is the
default. "Fast" mode does not wait for clients to disconnect. All
active transactions are rolled back and clients are forcibly
disconnected, then the server is shut down. "Immediate" mode will
abort all server processes without a clean shutdown. This will lead to
a recovery run on restart."

>From the docs:

http://www.postgresql.org/docs/8.2/interactive/app-pg-ctl.html

-Kevin

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Carol Walter 2008-05-23 19:08:39 Re: Continuing issues... Can't vacuum!
Previous Message Carol Walter 2008-05-23 18:52:46 Re: Continuing issues... Can't vacuum!