Re: EnterpriseDB OSX 9.0.2 PostgresPlus Installer

From: Vibhor Kumar <vibhor(dot)kumar(at)enterprisedb(dot)com>
To: Bill P(dot) <maxarbos(at)yahoo(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: EnterpriseDB OSX 9.0.2 PostgresPlus Installer
Date: 2011-03-23 21:05:55
Message-ID: 79663F7E-91BA-404A-9B6A-F393F5493F94@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 PG which 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(dot)kumar(at)enterprisedb(dot)com
Blog:http://vibhork.blogspot.com

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Mathieu Dubois 2011-03-23 21:24:22 Re: How many digits are printed with double precision?
Previous Message Tom Lane 2011-03-23 21:02:04 Re: How many digits are printed with double precision?