GPN20:The Rube Goldberg Database - Introduction to Postgres functions and triggers: Unterschied zwischen den Versionen

aus dem Wiki des Entropia e.V., CCC Karlsruhe
(Fahrplanbot tut Dinge)
 
(kein Unterschied)

Aktuelle Version vom 26. Mai 2022, 22:03 Uhr


Ein Vortrag von uberardy auf der GPN20.

Postgres gives you the power to write your own functions that run *in the database*. This talk will give an overview over *why* you might want to do that and demonstrate with some hands-on examples. For even more magic, we will look at triggers, which let you automatically run functions when data is being modified.

Slides: https://leftshift.github.io/postgres-functions-triggers/#/

Links