lib: add AAAA record for mailman hosts
[hcoop/domtool2.git] / configDefault / postgres.csg
index b4e6c09..e6b7e1d 100644 (file)
@@ -1,5 +1,9 @@
 signature POSTGRES_CONFIG = sig
 
 val adduser : string
+val createdb : string
+val dropdb : string
 
+val postgres81port : string
+val postgres9port : string
 end