Re: Shut down postgres server...

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: celoftis(at)unity(dot)ncsu(dot)edu, pgsql-novice(at)postgresql(dot)org
Cc: charles(dot)loftis(at)eds(dot)com
Subject: Re: Shut down postgres server...
Date: 2004-06-07 19:58:33
Message-ID: 200406071258.33432.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Josh Berkus 2004-06-07 20:03:47 Re: Ignoring an SQL INSERT error
Previous Message Scott Marlowe 2004-06-07 19:57:16 Re: Shut down postgres server...