downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

PDO_PGSQL DSN> <PDO_ODBC DSN
[edit] Last updated: Fri, 14 Jun 2013

view this page in

Fonctions PostgreSQL (PDO_PGSQL)

Introduction

PDO_PGSQL est un pilote qui implémente l'interface de PHP Data Objects (PDO) pour autoriser l'accès de PHP aux bases de données PostgreSQL.

Types de ressources

Cette extension définie une ressource de flux, retournée par la fonction PDO::pgsqlLOBOpen().

Installation

Utilisez l'option de compilation --with-pdo-pgsql[=DIR] pour installer l'extension PDO PostgreSQL, où [=DIR] (optionnel) représente le chemin vers le dossier d'installation de base de PostgreSQL ou le chemin vers le fichier pg_config.

$ ./configure --with-pdo-pgsql

Sommaire



add a note add a note User Contributed Notes PostgreSQL (PDO) - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites