PostgreSQL Functions (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

Содержание

Коментарии

On Fedora, install the PostgreSql PDO with yum or dnf:

   $ dnf install php-pgsql php-pdo_pgsql
2021-11-15 00:20:36
http://php5.kiev.ua/manual/ru/ref.pdo-pgsql.html

    Поддержать сайт на родительском проекте КГБ