WIP: introduce separate database schemas #102

Closed
hsh-michaelhoennig wants to merge 57 commits from introduce-separate-database-schemas into master
Showing only changes of commit 42ef44d034 - Show all commits

View File

@ -110,7 +110,7 @@ end; $$;
/*
Returns the current user as defined by `base.defineContext(...)`.
*/
create or replace function base.currentSubject() -- FIXME: move to schema rbac?
create or replace function base.currentSubject()
returns varchar(63)
stable -- leakproof
language plpgsql as $$