view schema/roles.sql @ 1088:9e3ba050a7f7

client: improve file header (minor) * Remove trailing spaces. * Add BER as additional author.
author Bernhard Reiter <bernhard@intevation.de>
date Mon, 29 Oct 2018 17:53:48 +0100
parents 3af7ca761f6a
children 6590208e3ee1
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 backend- or
-- GeoServer-connections on which SET ROLE has to be used to
-- gain privileges of a specific role
CREATE ROLE metamorph NOINHERIT;