Plurrrr

Sat 07 Aug 2021

Working with Postgres types

In episode 2 of this series I noted that the languages in which I’m writing Postgres functions share a common type system. It took me a while to understand how types work in the context of Postgres functions that can return sets of records and can interact with tables and materialized views.

Source: Working with Postgres types, an article by Jon Udell.