Php/docs/ref.pdo-pgsql

来自菜鸟教程
跳转至:导航、​搜索

简介

PDO_PGSQL is a driver that implements the PHP Data Objects (PDO) interface to enable access from PHP to PostgreSQL databases.


资源类型

This extension defines a stream resource returned by PDO::pgsqlLOBOpen().


安装

Use --with-pdo-pgsql[=DIR] to install the PDO PostgreSQL extension, where the optional [=DIR] is the PostgreSQL base install directory, or the path to pg_config.

$ ./configure --with-pdo-pgsql

Table of Contents