X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/d541c6185fb0f426dce0b16e85327b53635169e0..a51387b870b88439f6d75ead15c22281dd5e4bff:/configDefault/postgres.csg diff --git a/configDefault/postgres.csg b/configDefault/postgres.csg index b4e6c09..12c752a 100644 --- a/configDefault/postgres.csg +++ b/configDefault/postgres.csg @@ -1,5 +1,9 @@ signature POSTGRES_CONFIG = sig val adduser : string +val createdb : string +val dropdb : string +val postgres81port : string +val postgres91port : string end