X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/90dd48df1de3ea116fe2f2c0ec0fe36c71e17e5c..9df38662233fd059ee2fd0df1f40404f00c4cd99:/configDefault/postgres.csg diff --git a/configDefault/postgres.csg b/configDefault/postgres.csg index e09637a..e6b7e1d 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 postgres9port : string end