Current section
Files
Jump to
Current section
Files
priv/SQL/postgres/drop_sum_function.sql
DROP AGGREGATE IF EXISTS sum(money_with_currency);
DROP FUNCTION IF EXISTS money_sum_combine_function(agg_state1 money_with_currency, agg_state2 money_with_currency);
DROP FUNCTION IF EXISTS money_sum_state_function(agg_state money_with_currency, money money_with_currency);