File or tty for optional debug output from backend
(string/None).
user
PostgreSQL user (string/None).
passwd
Password for user (string/None).
Return Type
pgobject
If successful, an object handling a database connection is returned.
Exceptions
TypeError
Bad argument type, or too many arguments.
SyntaxError
Duplicate argument definition.
pg.error
Some error occurred during pg connection definition.
(plus all exceptions relative to object allocation)
Description
This method opens a connection to a specified database on a given
PostgreSQL server. You can use
key words here, as described in the
Python tutorial. The names of the
key words are the name of the parameters given in the syntax
line. For a precise description of the parameters, please refer
to the PostgreSQL user manual.