PostgreSQL Functions (PDO_PGSQL)IntroductionPDO_PGSQL is a driver that implements the PHP Data Objects (PDO) interface to enable access from PHP to PostgreSQL databases. Resource TypesThis extension defines a stream resource returned by PDO::pgsqlLOBOpen. Installation
Use --with-pdo-pgsql[=DIR] to install
the PDO PostgreSQL extension, where the optional $ ./configure --with-pdo-pgsql Predefined ConstantsThe constants below are defined by
this driver, and will only be available when the extension has been either
compiled into PHP or dynamically loaded at runtime. In addition, these
driver-specific constants should only be used if you are using this driver.
Using driver-specific attributes with another driver may result in
unexpected behaviour. PDO::getAttribute may be used to
obtain the
General notes
|