CodeIgniter ODBC driver for PostgreSQL
Sice the original ODBC driver provided by CodeIgniter 1.6.1 is still very buggy I was made to write my own ODBC driver for working with PostgreSQL. The driver is derived from the original PostgreSQL driver and adopted for ODBC (using PostgreSQL Unicode).
To install the driver, extract the archive contents to the drivers' directory and reconfigure your database.php configurations file.
Please note that this driver is made to work with PostgreSQL Unicode ODBC driver. If you wish to use another ODBC driver you should modify the DNS line at connect() and pconnect() methods of the driver.
Sources
Download code igniter postgre odbc database driver [zip 8kb].
See also PostgreSQL with PHP and ODBC tutorial.
