meteor-pg
meteor-pg copied to clipboard
PgSubscription.change should also use the differ
Currently when you change a PgSubscription a new pub/sub is created and you receive all table data as added in the diff. I would be super handy if the change method would allow you to still receive a detailed diff containing added, moved, copied and removed entries.
Though i don't know if that would even be possible with Meteors current publish function.