PostgreSQL grants EXECUTE on new functions to PUBLIC by default, which might let unwanted users run your "secret" functions. Here's how to lock them down.
Slides from "Look It Up: Real-Life Database Indexing" are now live. Learn practical indexing strategies that actually work in production PostgreSQL systems.
ChatGPT gave wrong answers to 23 of 40 PostgreSQL questions—including one that would corrupt your database. LLMs aren't a substitute for real expertise.