diff --git a/postgres/functions/get_transactions_for_period.sql b/postgres/functions/get_transactions_for_period.sql index f41700c..046322e 100644 --- a/postgres/functions/get_transactions_for_period.sql +++ b/postgres/functions/get_transactions_for_period.sql @@ -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