Adding database dropping to dbtool
[hcoop/domtool2.git] / configDefault / postgres.csg
index b4e6c09..e493dbe 100644 (file)
@@ -1,5 +1,7 @@
 signature POSTGRES_CONFIG = sig
 
 val adduser : string
+val createdb : string
+val dropdb : string
 
 end