mirror of
https://github.com/acedanger/budget-database.git
synced 2025-12-05 22:50:13 -08:00
comment out debug notices in get_transactions_for_period function
This commit is contained in:
@@ -21,9 +21,9 @@ begin
|
|||||||
ELSE
|
ELSE
|
||||||
v_end_date := p_end;
|
v_end_date := p_end;
|
||||||
END IF;
|
END IF;
|
||||||
raise notice 'FUNCTION: get_transactions_for_period';
|
-- raise notice 'FUNCTION: get_transactions_for_period';
|
||||||
-- E'\n' is new line
|
-- E'\n' is new line
|
||||||
raise notice 'INPUT: % v_start_date = %; % v_end_date = %;', E'\n', v_start_date, E'\n', v_end_date;
|
-- raise notice 'INPUT: % v_start_date = %; % v_end_date = %;', E'\n', v_start_date, E'\n', v_end_date;
|
||||||
|
|
||||||
return query
|
return query
|
||||||
select
|
select
|
||||||
|
|||||||
Reference in New Issue
Block a user