Packages

Money functions for operations on and localization of a money data type with support for ISO 4217 currencies and ISO 24165 digial tokens (crypto currencies).

Current section

Files

Jump to
ex_money priv SQL postgres drop_aggregate_functions.sql
Raw

priv/SQL/postgres/drop_aggregate_functions.sql

DROP AGGREGATE IF EXISTS sum(money_with_currency);
DROP FUNCTION IF EXISTS money_state_function(agg_state money_with_currency, money money_with_currency);