bingo/postgres/sql/common/bingo_uninstall.quick.sql.in (
4
lines of code) (
raw
):
BEGIN; drop schema BINGO_SCHEMANAME cascade; delete from pg_am where amname='bingo_idx'; COMMIT;