1/**
2 * The IdoPgsqlConnection type implements PostgreSQL support
3 * for DB IDO.
4 */
5
6object IdoPgsqlConnection "ido-pgsql" {
7  //user = "icinga"
8  //password = "icinga"
9  //host = "localhost"
10  //database = "icinga"
11}
12