PHP » GoLang |
login |
register |
about
|
PDO_PGSQL DSN(PECL PDO_PGSQL >= 0.1.0) PDO_PGSQL DSN — Connecting to PostgreSQL databases DescriptionThe PDO_PGSQL Data Source Name (DSN) is composed of the following elements, delimited by spaces or semicolons:
Examples
Example #1 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 |
more
Recently updated
more
Most requested
more
Last requests
|