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

From Josh Berkus
Subject Re: Shut down postgres server...
Date
Msg-id 200406071258.33432.josh@agliodbs.com
Whole thread Raw
In response to Shut down postgres server...  (celoftis@unity.ncsu.edu)
List pgsql-novice
Charles,

> What's the appropiate command to shut down the Postgres server
> (postmaster)?

$PGBIN/pg_ctl -D $PGDATA stop

where $PGBIN is your PG program directory, and $PGDATA is your database
directory.   See the documentation, under "Server Programs-->pg_ctl" for more
instructions.

--
Josh Berkus
Aglio Database Solutions
San Francisco

pgsql-novice by date:

Previous
From: Josh Berkus
Date:
Subject: Re: wikipedia article
Next
From: Josh Berkus
Date:
Subject: Re: Ignoring an SQL INSERT error