What postgresql client version should I build against, if server is 8.x?

Posted by Ben Voigt on Server Fault See other posts from Server Fault or by Ben Voigt
Published on 2011-01-17T00:47:53Z Indexed on 2011/01/17 0:55 UTC
Read the original article Hit count: 227

Filed under:
|

I'm planning updates to a system that is currently running with 8.x server on Windows, 8.x client on Windows, and 8.x client on Linux. Obviously that seems like a bad choice of platform in a mixed environment, but the Linux machine has no persistent writable storage (as an anti-rootkit measure). I'm concerned with compatibility between versions right now.

Can a linux postgresql 9.0.x client connect to a Windows 8.x server? The server is using some third-party binary extensions, so upgrading it is a more involved task and will be done later.

If combining a 9.0.x client and 8.x server is discouraged, would latest 8.x clients be able to continue to connect if I did upgrade the server first?

META: What tag is appropriate for backward-compatibility questions?

© Server Fault or respective owner

Related posts about postgresql

Related posts about upgrading