Current section

Files

Jump to
ex_money_sql priv SQL postgres drop_plus_operator.sql
Raw

priv/SQL/postgres/drop_plus_operator.sql

DROP OPERATOR + (money_with_currency, money_with_currency);
DROP FUNCTION IF EXISTS money_add(money_1 money_with_currency, money_2 money_with_currency);