e6b7e1d831205e054f56ea5211d75dc3e9df2f2f
[hcoop/domtool2.git] / configDefault / postgres.csg
1 signature POSTGRES_CONFIG = sig
2
3 val adduser : string
4 val createdb : string
5 val dropdb : string
6
7 val postgres81port : string
8 val postgres9port : string
9 end