Re: Shut down postgres server... - Mailing list pgsql-novice

From Scott Marlowe
Subject Re: Shut down postgres server...
Date
Msg-id 1086638236.26618.0.camel@localhost.localdomain
Whole thread Raw
In response to Shut down postgres server...  (celoftis@unity.ncsu.edu)
List pgsql-novice
On Sun, 2004-06-06 at 18:58, celoftis@unity.ncsu.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


pgsql-novice by date:

Previous
From: Josh Berkus
Date:
Subject: Re: Ignoring an SQL INSERT error
Next
From: Robert Morgan
Date:
Subject: selecting tables and columns