32 bit applications against 64 bit postgres server

Started by surabhi.ahujaabout 20 years ago2 messagesgeneral
Jump to latest
#1surabhi.ahuja
surabhi.ahuja@iiitb.ac.in

hi all

please tell if it is possible to

Run your 32-bit applications against the 64-bit installed postgres server.

I am using postgres 8.0.0 and for building my application i use the 32 bit postgres server.

However those application will be running with the 64-bit installed postgres server.

will there be any issues?

thanks,

regards

Surabhi

#2Vick Khera
vivek@khera.org
In reply to: surabhi.ahuja (#1)
Re: 32 bit applications against 64 bit postgres server

On Mar 28, 2006, at 4:47 AM, surabhi.ahuja wrote:

However those application will be running with the 64-bit installed
postgres server.

They speak to each other via TCP/IP protocol which is CPU
independent. so yes, it will work (and does work).