-- drop the tracking and aggregating object views... -- -- Copyright (C) 2003 Jeff Davis -- @author Jeff Davis davis@xarg.net -- @creation-date 10/22/2003 -- -- @cvs-id $Id: views-drop.sql,v 1.2 2004/04/01 12:09:44 jeffd Exp $ -- -- This is free software distributed under the terms of the GNU Public -- License. Full text of the license is available from the GNU Project: -- http://www.fsf.org/copyleft/gpl.html drop function cop_object_record_view (integer, integer); drop function cop_object_views_upd_tr() cascade; drop function cop_object_views_ins_tr() cascade; drop table cop_object_view_agg; drop table cop_object_views;