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