Re: Starting the Database

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-16 11:12:03
Message-ID: 20050516111203.10782.qmail@web32812.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice


Unfortunately, I am doing the same :( ................

i.e I am logging as "vyom" to my machine. the login has no admin previlages!, but PostGre says that it has!
So I tried to use "runas" with "/user:vyom" ......
Will creating another temporary user-ID and re-logging work?

John DeSoi <desoi(at)pgedit(dot)com> wrote:

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

---------------------------------
Do you Yahoo!?
Make Yahoo! your home page

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

Browse pgsql-novice by date

  From Date Subject
Next Message postgresql.org 2005-05-16 11:57:11 Re: problems with postgresql.msi (installing 8.0.2)
Previous Message ann hedley 2005-05-16 08:36:14 Re: Can null values be sorted low?