Compare commits

..

No commits in common. "9452220c46f51512dcf9fefd865600f9a5bd77c0" and "ab5808d1e85c91a05a39f036d6cd6c485ca9a894" have entirely different histories.

View File

@ -1,6 +1,4 @@
REFRESH MATERIALIZED VIEW pricequote.lastpricedetail; CREATE TABLE pricequote.lastpricedetail AS
CREATE MATERIALIZED VIEW pricequote.lastpricedetail AS
WITH base AS ( WITH base AS (
SELECT SELECT
customer, customer,
@ -124,5 +122,3 @@ FULL OUTER JOIN seg_json s
WITH DATA; WITH DATA;
--SELECT * FROM pricequote.lastpricedetail; --SELECT * FROM pricequote.lastpricedetail;
CREATE INDEX lastpricedetail_idx ON pricequote.lastpricedetail(customer, partgroup);