mirror of
https://github.com/acedanger/budget-database.git
synced 2025-12-06 07:00:14 -08:00
comment out debug notices in get_transactions_for_period function
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user