Re: restart error

From: "Shoaib Mir" <shoaibmir(at)gmail(dot)com>
To: "Ray Stell" <stellr(at)cns(dot)vt(dot)edu>
Cc: sdavis2(at)mail(dot)nih(dot)gov, pgsql-novice(at)postgresql(dot)org, "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: restart error
Date: 2006-10-05 20:49:37
Message-ID: bf54be870610051349j4eb4341o26c50fa222394400@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

This is actually a fast mode of stopping the database server. You saw a lot
of -15 as all the clients were forcefully disconnected as result of the -mf
switch.

You can find details at -->
http://www.postgresql.org/docs/8.1/interactive/app-pg-ctl.html

""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"

Thanks,
-----
Shoaib Mir
EnterpriseDB (www.enterprisedb.com)

On 10/6/06, Ray Stell <stellr(at)cns(dot)vt(dot)edu> wrote:
>
> On Fri, Oct 06, 2006 at 01:35:52AM +0500, Shoaib Mir wrote:
> > OR you can use
> >
> > pg_ctl -D <data-folder> -mf
>
> pg_ctl stop -D <data-folder> -mf
>
> nice. Had not found that in google, lots of kill -15 refs
>
> thanks.
>

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Tomeh, Husam 2006-10-05 21:00:16 Re: Interface of the R-tree in order to work with
Previous Message Ray Stell 2006-10-05 20:44:19 Re: restart error