Re: Starting the Database

From: John DeSoi <desoi(at)pgedit(dot)com>
To: Vyom A <vyom2k4(at)yahoo(dot)com>
Cc: PostGreSQL_novice <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Starting the Database
Date: 2005-05-14 11:55:54
Message-ID: 201EE086-C46F-11D9-BA37-000A95B03262@pgedit.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice


On May 14, 2005, at 5:36 AM, Vyom A wrote:

>
> 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?

Can you login as the runas user and leave that out of the command? This
would hopefully avoid starting a new shell so you could see what the
output is.

John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Mikko Heiskanen 2005-05-14 14:56:24 Unable to connect from other machine
Previous Message Vitaly Belman 2005-05-14 11:02:17 Re: Fwd: [NOVICE] Autocommit in Postgresql