view schema/roles.sql @ 459:bba166f0326e

client: make Makefile more robust. * Add `all` target to prevent that clean is called accidently if `make` is executed without parameters.
author Bernhard Reiter <bernhard@intevation.de>
date Wed, 22 Aug 2018 16:03:16 +0200
parents ac760b0f22a9
children 5611cf72cc92
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;

--
-- Special roles
--

-- A role that is intended to be used for password reset only
CREATE ROLE pw_reset;