Postgres FM is a weekly podcast about all things PostgreSQL.
Your hosts are Nikolay, a long-time Postgres advocate and founder of Postgres AI, and Michael, who has a background in database tools and founder of pgMustard.
Suggestions and questions are very welcome — drop us a message on YouTube, one of our social accounts, or leave a comment on our Google doc ✌️
Your hosts are Nikolay, a long-time Postgres advocate and founder of Postgres AI, and Michael, who has a background in database tools and founder of pgMustard.
Suggestions and questions are very welcome — drop us a message on YouTube, one of our social accounts, or leave a comment on our Google doc ✌️
Reads causing writes
Nikolay and Michael discuss a couple of surprising ways read queries (selects) can cause writes (shared buffers dirtied) in Postgres. Here are some links to things the...
NOT VALID constraints
Nikolay and Michael discuss adding constraints in an online fashion, using NOT VALID and then VALIDATE CONSTRAINT. Here are some links to things they mentioned:ADD tab...