Index: openacs-4/packages/calendar/sql/postgresql/calendar-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar/sql/postgresql/calendar-drop.sql,v diff -u -N -r1.6 -r1.7 --- openacs-4/packages/calendar/sql/postgresql/calendar-drop.sql 17 May 2003 10:20:23 -0000 1.6 +++ openacs-4/packages/calendar/sql/postgresql/calendar-drop.sql 10 Jan 2004 18:57:24 -0000 1.7 @@ -149,40 +149,6 @@ integer ); -DROP FUNCTION calendar__name( - integer -); - -DROP FUNCTION calendar__private_p( - integer -); - -DROP FUNCTION calendar__readable_p( - integer, - integer -); - -DROP FUNCTION calendar__show_p ( - integer, - integer -); - -DROP FUNCTION calendar__month_name( - timestamptz -); - -DROP FUNCTION calendar__next_month( - timestamptz -); - -DROP FUNCTION calendar__prev_month( - timestamptz -); - -DROP FUNCTION calendar__num_day_in_month( - timestamptz -); - DROP FUNCTION calendar__first_displayed_date( timestamptz ); @@ -191,8 +157,6 @@ timestamptz ); - -- drop table ---drop table calendars; @@ -201,3 +165,4 @@ +