Javascript debugger
Website design
↑
The PDO_PGSQL Data Source Name (DSN) is composed of the following elements, delimited by spaces:
The DSN prefix is pgsql:.
hostThe hostname on which the database server resides.
portThe port on which the database server is running.
dbnameThe name of the database.
userThe name of the user for the connection. If you specify the user name in the DSN, PDO ignores the value of the user name argument in the PDO constructor.
passwordThe password of the user for the connection. If you specify the password in the DSN, PDO ignores the value of the password argument in the PDO constructor.
The bytea fields are returned as streams.