[GENERAL] Could not open service manager

2005-06-16 Thread Danny Gaethofs
Dear all, I have a problem with registering a postgreSQL Server on windows. I am using PostgreSQL 8.0 on windows xp. I created a second database cluster using C:\ProgramFiles\PostgreSQL\8.0\bin>initdb -D --locale=C E:\DataFiles\PostgreSQL\ 8.0\dbc-2 Now I try to register the server in the windo

[GENERAL] Best approach setting up PostgreSQL

2005-06-15 Thread Danny Gaethofs
Dear all, I am having multiple applications that use PostgreSQL as their database server. These applications are not related and contains different functionality. In the past I have been creating a database in the same database cluster. Now I am wondering whether it would not be better to have t

[GENERAL] server not starting

2005-06-14 Thread Danny Gaethofs
Dear all, I am running Postgresql on windows xp. (not cygwin) I am no longer able to start the server. The pgadmin log file says: ERROR: server closed the connection unexpectedly This probably means the server terminated abnormally before or while processing the request. Since then I am no lon

Re: [GENERAL] Postgres under Windows

2005-05-30 Thread Danny Gaethofs
. regards, Danny --- John DeSoi <[EMAIL PROTECTED]> wrote: > Danny, > > On May 30, 2005, at 10:13 AM, Danny Gaethofs wrote: > > > Now I try to create a database as explained in the > > documentation: > > > > createdb mydb > > > >

Re: [GENERAL] Postgres under Windows

2005-05-30 Thread Danny Gaethofs
Tony, I tried your suggestion but it is not helping me out. Restarting the server is not helping either. What I tried next is create the database in pgadminiii and assign my userid as the owner. But that is not working either. So I have run out of options. regards, Danny --- Tony Caduto <[EMA

[GENERAL] Postgres under Windows

2005-05-30 Thread Danny Gaethofs
Dear all, I need some help to get postgres working under windows. I installed postgress using the .msi I am able to start the pgadminiii and start the database server with no problems. Now I try to create a database as explained in the documentation: createdb mydb The systems asks for a pas