Re: [ADMIN] Multiple postgresql serices on same windows machine..

2008-02-08 Thread Peter Koczan
On Feb 7, 2008 11:27 PM, Vishal Arora <[EMAIL PROTECTED]> wrote: > You can have more than one instance of PostgreSQL server running on the same > Windows machine as long as you have different DataDir for each of them. you > can have initdb process indicating different datadir. And you need each in

Re: [ADMIN] Multiple postgresql serices on same windows machine..

2008-02-07 Thread Vishal Arora
You can have more than one instance of PostgreSQL server running on the same Windows machine as long as you have different DataDir for each of them. you can have initdb process indicating different datadir. - vishal Subject: [ADMIN] Multiple postgresql serices on same windows machine..Date

[ADMIN] Multiple postgresql serices on same windows machine..

2008-02-07 Thread Anoo Sivadasan Pillai
Can I install multiple postgresql 8.2.4 services on same Windows 2003 Server ? My scenario Application A which is already existing in the system is using postgres database ( It used port 5432 and Windows account postgres is used as the service account ) Appli