Packages
Money functions for the serialization a money data type.
Retired package: Deprecated - deprecated
Current section
Files
Jump to
Current section
Files
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);