From: | Vyom A <vyom2k4(at)yahoo(dot)com> |
---|---|
To: | PostGreSQL_novice <pgsql-novice(at)postgresql(dot)org> |
Subject: | Re: Starting the Database |
Date: | 2005-05-14 09:36:05 |
Message-ID: | 20050514093605.47654.qmail@web41302.mail.yahoo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-novice |
I tried this also, but nothing is logged (the file is not created at all)
The command is as follows:
D:\Program Files\PostgreSQL\8.0\bin>runas /user:vyom "pg_ctl.exe -l D:\pglog.
txt start -D D:\data"
Enter password for vyom:
Attempting to start "pg_ctl.exe -l D:\pglog.txt start -D D:\data" as user "vyom"...
Then a window comes and disappears, how can I make out what is happening?
John DeSoi <desoi(at)pgedit(dot)com> wrote:
On May 13, 2005, at 1:27 AM, Vyom A wrote:
> 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?
Include the logfile option (-l) in the parameters to pg_ctl. The
logfile should tell you why the server is not starting.
John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL
---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend
---------------------------------
Yahoo! Mail
Stay connected, organized, and protected. Take the tour
From | Date | Subject | |
---|---|---|---|
Next Message | ann hedley | 2005-05-14 10:44:40 | Can null values be sorted low? |
Previous Message | D.C. | 2005-05-13 18:52:33 | Re: nope, still no history .. |