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

aus dem Wiki des Entropia e.V., CCC Karlsruhe


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