pom:datastore:postgres
This is an old revision of the document!
datastore_postgres
This module connects to a PostgreSQL database.
Parameters :
| Name | Default value | Description |
|---|---|---|
| dbname | pom | Database name to connect to. |
| host | localhost | Host where the database resides. |
| port | 5432 | TCP port to connect to. |
| user | Username to provide to Postgres when connecting to the database. | |
| password | Password to provide to Postgres when connecting to the database. | |
| async_commit | yes | Use asynchronous commit or not. This improves performance by not waiting for the data to be written on the disc. |
pom/datastore/postgres.1350035006.txt.gz · Last modified: (external edit)
