Generate config into domtool work directory and copy later
[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 end