Delicious Bookmark this on Delicious Share on Facebook SlashdotSlashdot It! Digg! Digg



PHP : Function Reference : PostgreSQL Functions (PDO_PGSQL) : PDO_PGSQL DSN

PDO_PGSQL DSN

Connecting to PostgreSQL databases ()

Example 1985. PDO_PGSQL DSN examples

The following example shows a PDO_PGSQL DSN for connecting to a PostgreSQL database:

pgsql:host=localhost port=5432 dbname=testdb user=bruce password=mypass

Code Examples / Notes » ref.pdo_pgsql.connection

chris c.

The PDO_PGSQL DSN should be seperated by semi-colons not spaces. It should follow the convention like the rest of the PDO DSNs.
'pgsql:dbname=example;user=nobody;password=change_me;host=localhost'


Change Language


Follow Navioo On Twitter
PDO_PGSQL DSN
PDO::pgsqlLOBCreate
PDO::pgsqlLOBOpen
PDO::pgsqlLOBUnlink
eXTReMe Tracker