X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/90dd48df1de3ea116fe2f2c0ec0fe36c71e17e5c..781c123c5d41c41784c66a9ca18b4a34a11731cf:/configDefault/postgres.csg diff --git a/configDefault/postgres.csg b/configDefault/postgres.csg index e09637a..12c752a 100644 --- a/configDefault/postgres.csg +++ b/configDefault/postgres.csg @@ -2,5 +2,8 @@ signature POSTGRES_CONFIG = sig val adduser : string val createdb : string +val dropdb : string +val postgres81port : string +val postgres91port : string end