(PL/pg)SQL patterns I use
This is supposed to be the addition to the other patterns post "Bash patterns I use" but for SQL and/or PL/pgSQL.
Create partitions with a function (hacky variant)
This comes in handy when you need a bunch of partitions on a PostgreSQL table. Sure, t...
fatstacks.hashnode.dev3 min read