X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/90dd48df1de3ea116fe2f2c0ec0fe36c71e17e5c..8c1de2aeb3c00e4ed5e802da2dacddcd686f41e4:/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