Explorar el Código

Correcte verwijderprocedure

Stan Janssen hace 7 años
padre
commit
41abd86b32
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  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;