-- 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.1 2004/03/28 21:17:14 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(); drop function cop_object_views_ins_tr(); drop table cop_object_view_agg; drop table cop_object_views;