Document CDB_DropOverviews

This commit is contained in:
Javier Goizueta
2016-01-12 16:20:11 +01:00
parent d352e1c463
commit a9e2d19918
2 changed files with 22 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
-- Remove a dataset's existing overview tables.
-- Scope: public
-- Parameters:
-- reloid: oid of the table.
CREATE OR REPLACE FUNCTION CDB_DropOverviews(reloid REGCLASS)
RETURNS void
AS $$