We asume one database named 'statutory', which a schema per event. To prepare a new event, the following commands need to be issued: > CREATE ROLE statutory_ag1610 LOGIN PASSWORD '####' NOSUPERUSER INHERIT NOCREATEDB NOCREATEROLE; > CREATE SCHEMA ag1610 AUTHORIZATION statutory_ag1610; > GRANT CONNECT ON DATABASE statutory TO statutory_ag1610;