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