X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/504618b9ccf4bdbd8b3e27f799770b16c6358a71..99cc41443c07f97535eaeecc628d99075ca2cebf:/src/plugins/postgres.sml diff --git a/src/plugins/postgres.sml b/src/plugins/postgres.sml index b92a5cf..09e3a07 100644 --- a/src/plugins/postgres.sml +++ b/src/plugins/postgres.sml @@ -44,6 +44,7 @@ val _ = Dbms.register ("postgres", {getpass = NONE, adduser = adduser, passwd = passwd, createdb = createdb, - dropdb = dropdb}) + dropdb = dropdb, + grant = fn _ => SOME "You don't need to use GRANT for Postgres."}) end