GPN20:The Rube Goldberg Database - Introduction to Postgres functions and triggers

aus dem Wiki des Entropia e.V., CCC Karlsruhe
Version vom 26. Mai 2022, 22:03 Uhr von Fahrplanbot (Diskussion | Beiträge) (Fahrplanbot tut Dinge)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)


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