view schema/roles.sql @ 281:3c5420976910

A user should see her/him self if asking for users listing.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 30 Jul 2018 17:16:01 +0200
parents 88d21c29cf04
children ac760b0f22a9
line wrap: on
line source

--
-- Primary GEMMA roles
--
CREATE ROLE waterway_user;
CREATE ROLE waterway_admin IN ROLE waterway_user;
CREATE ROLE sys_admin IN ROLE waterway_admin;