소스 검색

Correcte verwijderprocedure

Stan Janssen 7 년 전
부모
커밋
41abd86b32
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      bag_create_queries.pgsql

+ 3 - 3
bag_create_queries.pgsql

@@ -559,6 +559,6 @@ AND P.woonplaatsnaam IS NULL
 
 /* Ruim ongebruikte tabellen op */
 
-DROP VIEW bagactueel.pand_adres;
-DROP VIEW bagactueel.temp_verblijfsobject_oppervlakte;
-DROP VIEW bagactueel.pand_oppervlakte;
+DROP MATERIALIZED VIEW bagactueel.pand_adres;
+DROP MATERIALIZED VIEW bagactueel.pand_oppervlakte;
+DROP TABLE bagactueel.temp_verblijfsobject_oppervlakte;