comment out debug notices in get_transactions_for_period function

This commit is contained in:
Peter Wood
2025-09-23 15:39:30 -04:00
parent 40392d0327
commit 74ef4734f7

View File

@@ -21,9 +21,9 @@ begin
ELSE
v_end_date := p_end;
END IF;
raise notice 'FUNCTION: get_transactions_for_period';
-- raise notice 'FUNCTION: get_transactions_for_period';
-- 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
select