Thread: If Postgresql DLL files causing any kind of conflict for two different versions of Postgresql installed on one machine

Hi,

I would like to know if there is any kind of conflict or limitation occur between postgresql dll files for two different setups(different versions) in different data directories and running on two serepate ports. And if it has any conflict can anyone put some more details regarding the same.


Thanks,
Dhiraj

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

dhiraj bhosale wrote:
> Hi,
>
> I would like to know if there is any kind of conflict or limitation
> occur between postgresql dll files for two different setups(different
> versions) in different data directories and running on two serepate
> ports. And if it has any conflict can anyone put some more details
> regarding the same.

Shouldn't be as long as you are using 8.1 or newer. 8.0 installed shared
DLLs in system32, in which case you may have a conflict. 8.1 and newer
store the DLLs in the version-local directory.

//Magnus