Преглед изворни кода

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;