summaryrefslogtreecommitdiffstats
path: root/lib/sql/grant-all.postgres.sql
Commit message (Collapse)AuthorAgeFilesLines
* [sql] use separate grant-all scripts for postgresql and mysqlJeremy Kerr2008-10-091-0/+69
Mysql doesn't support granting to multiple tables, and requires a different username format. Would be nice to code the permissions somewhere, then generate the grant statements as required. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>