Episode 119: Postgres Rules

Share:

Listens: 0

SD Ruby Podcast

Technology


Postgres has a powerful feature called rules that let you rewrite incoming queries. Rules are similar to triggers in Postgres, but much more efficient. Guyren Howe shows how to use rules in some common use cases.