WIP: introduce separate database schemas #102

Closed
hsh-michaelhoennig wants to merge 57 commits from introduce-separate-database-schemas into master
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 920cd9eead - Show all commits

View File

@ -1,6 +1,6 @@
-- just a permanent playground to explore optimization of the central recursive CTE query for RBAC
select * from hs_statistics_view;
select * from hs_statistics_v;
-- ========================================================

View File

@ -3,7 +3,7 @@
-- ============================================================================
--changeset hs-global-object-statistics:1 endDelimiter:--//
-- ----------------------------------------------------------------------------
CREATE VIEW hs_statistics_view AS
CREATE VIEW hs_statistics_v AS
select *
from (select count, "table" as "rbac-table", '' as "hs-table", '' as "type"
from rbac.statistics_v