Raymond C . Rodgers wrote:
On Thursday, I updated my PostgreSQL installation from version 7.1.3 to version 7.3. Generally, nothing changed, the databases still contain the appropriate data, and most of my PHP scripts continued to run flawlessly. Great. Mostly. Some scripts did apparently get broken.
Are you using the same version of libpq?
i.e. When you connect to 7.3 backend, use libpq comes with 7.3.

7.3 is not compatible with earlier versions of libpq as noted in
PostgreSQL documents.

--
Yasuo Ohgaki


--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to