commit: 2024-12-13 09:28:58
This commit is contained in:
parent
6a3cb4f319
commit
b38cc02ef5
@ -1,7 +1,7 @@
|
||||
set work_mem TO '4GB';
|
||||
|
||||
DROP VIEW IF EXISTS rlarp.live_quotes_review;
|
||||
CREATE VIEW rlarp.live_quotes_review AS
|
||||
DROP VIEW IF EXISTS rlarp.quote_review;
|
||||
CREATE VIEW rlarp.quote_review AS
|
||||
WITH
|
||||
lq AS MATERIALIZED (
|
||||
SELECT
|
||||
|
Loading…
Reference in New Issue
Block a user