Creating users on win32
Joseph <lters@mrtc.com>
From: "Joseph" <lters@mrtc.com>
To: <pgsql-general@postgreSQL.org>
Date: 2000-04-17T22:55:40Z
Lists: pgsql-general
How do I create users for postgress on an NT workstation? > I am trying to run postgress on an NT workstation. > > Do I have to run it in a bash prompt? > > This is the error I get if I try to run postgres.exe at nt cmd prompt: > D:\cygnus\cygwin-b20>postgres > FATAL 1: SetPgUserName: no entry in host passwd file > > The admin.pdf doesn't seem to give much help. > > I am a newbie with Unix or Linux but am very at home in the win32 world. > > Joseph >Log in as "postgres" (empty password) and create some users. Joseph