[Qgis-user] Update second table

chris hermansen clhermansen at gmail.com
Fri Nov 13 08:02:56 PST 2020


L.W. and list

On Fri, Nov 13, 2020, 06:39 L.W. <eaglelw at gmx.de> wrote:

> hi,
>
> can I update a second table autom. if the value of first table changes?
>

This is pretty easy if the tables are in a relational database. You use a
thing called a trigger, perhaps together with a stored procedure.

It seems that SQLite has triggers so I imagine you can do this within a
geopackage. Certainly if your data is in PostGIS / PostgreSQL.

Chris

>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-user/attachments/20201113/d96af985/attachment.html>


More information about the Qgis-user mailing list