Re: Shut down postgres server...

From: "Scott Marlowe" <smarlowe(at)qwest(dot)net>
To: celoftis(at)unity(dot)ncsu(dot)edu
Cc: pgsql-novice(at)postgresql(dot)org, charles(dot)loftis(at)eds(dot)com
Subject: Re: Shut down postgres server...
Date: 2004-06-07 19:57:16
Message-ID: 1086638236.26618.0.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Sun, 2004-06-06 at 18:58, celoftis(at)unity(dot)ncsu(dot)edu wrote:
> What's the appropiate command to shut down the Postgres server (postmaster)?

as the postgres super user, you can shut it down with:

pg_ctl stop

If you are on an RPM based system like redhat, as the super user (i.e.
root) enter the command:

service postgresql stop

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Josh Berkus 2004-06-07 19:58:33 Re: Shut down postgres server...
Previous Message Shawn Chisholm 2004-06-07 17:54:37 Ignoring an SQL INSERT error