mirror of
https://github.com/xbgmsharp/postgsail.git
synced 2025-09-17 11:17:46 +00:00
Fix MATERIALIZED VIEW comment
This commit is contained in:
@@ -67,7 +67,7 @@ CREATE MATERIALIZED VIEW api.logs_mat_view AS
|
|||||||
WHERE _to_time IS NOT NULL
|
WHERE _to_time IS NOT NULL
|
||||||
ORDER BY _from_time DESC;
|
ORDER BY _from_time DESC;
|
||||||
-- Description
|
-- Description
|
||||||
COMMENT ON VIEW
|
COMMENT ON MATERIALIZED VIEW
|
||||||
api.logs_mat_view
|
api.logs_mat_view
|
||||||
IS 'Logs MATERIALIZED web view';
|
IS 'Logs MATERIALIZED web view';
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user