This function isn't beint actively used; should consider removing it
or testing it properly
This commit is contained in:
Javier Goizueta
2016-04-06 18:58:37 +02:00
parent 5c3c0f5fc9
commit c1fc07d2ac

View File

@@ -370,7 +370,7 @@ AS $$
SELECT * FROM _cdb_split_table_name(reloid) INTO schema_name, table_name;
EXECUTE Format('DROP TABLE IF EXISTS %I.%I CASCADE;', schema_name.overview_rel);
EXECUTE Format('DROP TABLE IF EXISTS %I.%I CASCADE;', schema_name, overview_rel);
-- Estimate number of rows
SELECT reltuples, relpages FROM pg_class INTO STRICT class_info