meteor/postgres-packages

PG Trigger garbage collection policy

Opened this issue · 0 comments

The package add lots of triggers and functions to Postgres, which are never cleaned up.

I tend to think this is a major issue, and wonder why I can't find any mention to it (http://meteor-postgres.readthedocs.org/en/latest/contribute/).

Where do you think this could be handled?

I see there is an issue for this #34