Re: Starting the Database

From: Vyom A <vyom2k4(at)yahoo(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: Starting the Database
Date: 2005-05-13 05:27:08
Message-ID: 20050513052708.73846.qmail@web41308.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

I tried those options, a DOS window suddenly appears and disappers, I cant even see what are the error messages, but still the database not starting!
Any other way to check the problem?

operationsengineer1(at)yahoo(dot)com wrote:
> runas /user:vyom "D:\Program
> Files\PostgreSQL\8.0\bin\pg_ctl.exe start -D
> D:\Program Files\PostgreSQL\8.0\data\"
>
> message is printed like ..."starting as user
> vyom..."
>
> But nothing happens, no messages, database not
> started!
> Please help.

my cygwin based start up script is

pg_ctl start -D /usr/share/postgresql/data -o -i

you may be able to apply this to your circumstance
with pg 8.

keep in mind - that "-o -i" is important - my db
doesn't work right without those parameters.

i hope this helps.


---------------------------------
Yahoo! Mail
Stay connected, organized, and protected. Take the tour

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Steve Tucknott 2005-05-13 06:50:10 [Fwd: Re: Trigger Procedures]
Previous Message D.C. 2005-05-12 20:54:07 Re: how to copy data between machines ?