pg_ctl issue

From: Jack W <dbdevelop2000(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: pg_ctl issue
Date: 2009-03-16 04:59:03
Message-ID: 3473330e0903152159g1e871db7y134c706513b1b8d3@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I installed PostgreSql on Window2003 server under an administrator account.
I can start postgresql from Windows Service.
But when run the following command, it fails:

C:\Program Files\PostgreSQL\8.3\bin>pg_ctl start -D "C:\Program
Files\PostgreSQL\8.3\data"
server starting

C:\Program Files\PostgreSQL\8.3\bin>FATAL: postgres: could not locate
matching postgres executable

And the following command works well:

C:\Program Files\PostgreSQL\8.3\bin>pg_ctl stop -D "C:\Program
Files\PostgreSQL\8.3\data"

Thanks.

Jack

Browse pgsql-general by date

  From Date Subject
Next Message Nagalingam, Karthikeyan 2009-03-16 07:00:58 deployment query
Previous Message Scott Marlowe 2009-03-16 03:51:40 Re: is there any defect when use null column in postgresql?