Table of Contents
List of Examples
Table of Contents
The module is an implementation of the internal DB API v1 and v2 connector for PostgreSQL server. It has support for reconnecting when the connection is broken.
The following modules must be loaded before this module:
No dependencies on other Kamailio modules.
How many retries to attept to reconnect if connection to Postgres server becomes broken.
Default value is 2 (that means three attepts to submit the query, first will triger the connection error and two more (the value of this parameter) after resetting the connection).