meteor / postgres-packages

Early preview of PostgreSQL support for Meteor (deprecated, here for historical reasons)
http://meteor-postgres.readthedocs.org/
158 stars 25 forks source link

PG Trigger garbage collection policy #55

Open btoueg opened 8 years ago

btoueg commented 8 years ago

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 https://github.com/meteor/postgres-packages/issues/34