Re: EnterpriseDB OSX 9.0.2 PostgresPlus Installer - Mailing list pgsql-novice

From Vibhor Kumar
Subject Re: EnterpriseDB OSX 9.0.2 PostgresPlus Installer
Date
Msg-id 79663F7E-91BA-404A-9B6A-F393F5493F94@enterprisedb.com
Whole thread Raw
In response to EnterpriseDB OSX 9.0.2 PostgresPlus Installer  ("Bill P." <maxarbos@yahoo.com>)
List pgsql-novice
On Mar 23, 2011, at 8:46 PM, Bill P. wrote:

> I am trying: 'pg_ctl -D /Library/PostgresPlus/9.0SS/data/ stop'
> but getting:
> 'waiting for server to shut down............................................................... failed
> pg_ctl: server does not shut down'

By default  pg_ctl -D <data directory> stop command does smart shutdown. There might be some connections/transaction in
PGwhich must be stoping shutdown. 

Try:
pg_ctl -D /Library/PostgresPlus/9.0SS/data/ stop -mf

Thanks & Regards,
Vibhor Kumar
EnterpriseDB Corporation
The Enterprise PostgreSQL Company
vibhor.kumar@enterprisedb.com
Blog:http://vibhork.blogspot.com


pgsql-novice by date:

Previous
From: Tom Lane
Date:
Subject: Re: How many digits are printed with double precision?
Next
From: Mathieu Dubois
Date:
Subject: Re: How many digits are printed with double precision?