Removed problematic DROP statement.

This commit is contained in:
Stan Pinte 2006-04-30 12:46:12 +00:00
parent 3946d6b434
commit ea5f4de864

View file

@ -25,7 +25,7 @@ $BODY$
-- Function: check_balance(p_grpt text)
DROP FUNCTION check_balance(text);
-- DROP FUNCTION check_balance(text);
CREATE OR REPLACE FUNCTION check_balance(p_grpt integer)
RETURNS "numeric" AS
@ -139,4 +139,4 @@ create view vw_client as
update version set val=11;
commit;
commit;