PDO_PGSQL
PostgreSQL driver for PDO
edink
Edin Kadribasic
edink@php.net
lead
iliaa
Ilia Alshanetsky
iliaa@php.net
lead
wez
Wez Furlong
wez@php.net
lead
This extension provides an PostgreSQL driver for PDO.
PHP
stable
1.0.1
2005-11-28
Now features native prepared statements and numerous other improvements.
You need to install the PDO core module before you can make use of this one.
You also require PostgreSQL client libraries installed on the machine where you
intend to build and/or use it.
If you are running on windows, you can download the binary from here:
http://pecl4win.php.net/ext.php/php_pdo_pgsql.dll
Added PDO::pgsqlLOBCreate(), PDO::pgsqlLOBOpen() and PDO::pgsqlLOBUnlink().