PostgreSQL Driver Notes: Details about the libdbi driver providing support for PostgreSQL backends | ||
---|---|---|
Prev | Next |
Before you can initiate a connection, you must usually specify options that tell the database driver what to connect to. This driver supports the standard options of host, username, password, dbname, and port. You only need to set options that are specific to your application -- sensible defaults will be used for all unspecified options.
This driver also offers the following non-standard options, and/or redefines the meaning of the following standard options:
If this begins with a slash, it specifies Unix-domain communication rather than TCP/IP communication; the value is the name of the directory in which the socket file is stored.
Port number to connect to at the server host, or socket file name extension for Unix-domain connections.
Trace/debug options to be sent to the server.
A file or tty for optional debug output from the backend.