hs_statistics_v
This commit is contained in:
parent
14866f9539
commit
e8a0005b49
@ -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;
|
||||
|
||||
-- ========================================================
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user