Run 'domain' initialization even with 'noDns' is selected.
[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