Hi Antonio That would be a feature request for integrating push-notifications from postgresql to QGIS. I think it could be possible, but it would require changes on postgres side and QGIS side. At the moment to my knowledge none of the dataproviders supported by QGIS currently ever sends change notifications. Therefore any change in the datasource just appear when the data gets queried again. The attribute table makes use of caching to be responsive.
All in all: I think it could be possible, but it's not trivial and should not be treated as bug, but rather a new feature. On Don 19 Jun 2014 21:49:44 CEST, AntonioLocandro wrote: > I want to check with developers before raising an issue, I have a postgis > table with triggers to update fields after updates, I would expect to see > the updated fields to show up after I toggle editing but right now I have to > close the attribute table and reopen it to see the changes > > > > -- > View this message in context: > http://osgeo-org.1560.x6.nabble.com/Attribute-table-update-after-trigger-in-Postgis-tp5146841.html > Sent from the Quantum GIS - Developer mailing list archive at Nabble.com. > _______________________________________________ > Qgis-developer mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/qgis-developer _______________________________________________ Qgis-developer mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-developer
