Let me ask a further question for clarification on this point, just to be sure... though I'm going to bet I know the answer... just want to be sure.
In my current production environment, the PostgreSQL database server is the latest, 8.2.4. The apps that communicate with it are planned to be running on stock CentOS5 servers, with the default 8.1.x (8.1.9) client libraries. So, not only is psql 8.1.9 (which I don't use on that server) but the libpq.so is from the 8.1.9 install. Apache 2.2 package uses the DBDriver module from the apr-util that was installed from CentOS, and we are planning to connect it to our PostgreSQL server. Is that a 'bad thing' considering the libpq.so is a different major version? In the case of Java JDBC drivers, is this also a problem? (Using the JDBC driver from the 8.1 release against the 8.2 server) And thanks for clarification. On 7/12/07, Alvaro Herrera <[EMAIL PROTECTED]> wrote:
Don't use a mismatching psql version with the server version.
-- Virtually, Ned Wolpert http://www.codeheadsystems.com/blog/ "Settle thy studies, Faustus, and begin..." --Marlowe ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend