Browse Source

Correcte verwijderprocedure

Stan Janssen 7 years ago
parent
commit
41abd86b32
1 changed files with 3 additions and 3 deletions
  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;