
Custom Data Types, Row Level Triggers, Dynamic pl/pgsql Columns, citext Usage | Scaling Postgres 162
Get New Episodes Weekly!
In this episode of Scaling Postgres, we discuss implementing row level triggers, how to return dynamic columns using pl/pgsql, and when to use citext.
Content Discussed
- Creating Custom Postgres Data Types in Rails
- What to return from a PostgreSQL row level trigger?
- Getting value from dynamic column in pl/PgSQL triggers?
- Handling case insensitive strings - EXPLAINING POSTGRESQL
- Hash Index Internals
- Calling Stored Procedure from JAVA – Part 2
- Visibility with query cache
- Pavlo Golub