pom:datastore:postgres
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| pom:datastore:postgres [2012/10/12 08:57] – external edit 127.0.0.1 | pom:datastore:postgres [2020/05/26 21:59] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| This module connects to a PostgreSQL database. | This module connects to a PostgreSQL database. | ||
| - | * dbname | + | Parameters : |
| - | Database name to connect to.\\ | + | ^ Name ^ Default value ^ Description ^ |
| - | Default : pom | + | |dbname|pom|Database name to connect to.| |
| - | + | |host|localhost|Host where the database resides.| | |
| - | * host | + | |port|5432|TCP port to connect to.| |
| - | Host where the database resides.\\ | + | |user| |Username to provide to Postgres when connecting to the database.| |
| - | Default : localhost | + | |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.| | |
| - | * port | + | |
| - | TCP port to connect to.\\ | + | |
| - | Default : 5432 | + | |
| - | + | ||
| - | * user | + | |
| - | Username to provide to Postgres when connecting to the database.\\ | + | |
| - | Default : empty | + | |
| - | + | ||
| - | * password | + | |
| - | Password to provide to Postgres when connecting to the database.\\ | + | |
| - | Default : empty | + | |
| - | + | ||
| - | * async_commit | + | |
| - | Use asynchronous commit or not. This improves performance by not waiting for the data to be written on the disc.\\ | + | |
| - | Default : yes | + | |
pom/datastore/postgres.1350032222.txt.gz · Last modified: (external edit)
