![]() |
Python Connector for PostgreSQL Connection parameters - Python Connector for PostgreSQL |
![]() |
The following table describes the PostgreSQL connection parameters you can use in the connect()
module method.
Parameter | Description |
---|---|
|
The server name or IP address |
|
The port number. The default value is |
|
The name of the database user |
|
The password of the database user |
|
The name of the database |
|
The schema search path. The default value is |
|
The version of the PostgreSQL messaging protocol. The possible values are |
|
The ID of a connection pool that will be used for a particular connection |
|
Disables connection pooling for a particular connection. The possible values are |