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

Started by dhiraj bhosaleover 18 years ago2 messagesgeneral
Jump to latest
#1dhiraj bhosale
dhiraj_bhosale@yahoo.com

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

#2Magnus Hagander
magnus@hagander.net
In reply to: dhiraj bhosale (#1)
Re: If Postgresql DLL files causing any kind of conflict for two different versions of Postgresql installed on one machine

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