mirror of
https://github.com/xbgmsharp/postgsail.git
synced 2025-09-17 11:17:46 +00:00
Update explore view
This commit is contained in:
@@ -469,7 +469,8 @@ CREATE VIEW api.explore_view WITH (security_invoker=true,security_barrier=true)
|
|||||||
)
|
)
|
||||||
SELECT raw_metrics.time, key, value
|
SELECT raw_metrics.time, key, value
|
||||||
FROM raw_metrics,
|
FROM raw_metrics,
|
||||||
jsonb_each_text(raw_metrics.metrics);
|
jsonb_each_text(raw_metrics.metrics)
|
||||||
|
ORDER BY key ASC;
|
||||||
COMMENT ON VIEW
|
COMMENT ON VIEW
|
||||||
api.explore_view
|
api.explore_view
|
||||||
IS 'explore_view web view';
|
IS 'explore_view web view';
|
||||||
|
Reference in New Issue
Block a user