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
Le costanti qui sotto sono definite da
questo driver, e sono disponibili solo quanto l'estensione è stata o
compilata nel PHP o caricata dinamicamente a runtime. In aggiunta, queste
costanti specifiche del driver dovrebbero essere usate solo se si sta usando il driver stesso.
Utilizzare attributi specifici di mysql con il driver postgres può portare a
risultati imprevedibili. PDO::getAttribute() può essere usata per
ottenere l'attributo PDO_ATTR_DRIVER_NAME
per identificare il
driver, se il codice può funzionare con driver differenti.
Nota:
bytea
fields are returned as streams.