CodexBloom - AI-Powered Q&A Platform

PostgreSQL: Unexpected behavior with transactions and nested function calls

👀 Views: 5 💬 Answers: 1 📅 Created: 2025-06-02
postgresql transactions plpgsql functions

I'm encountering an issue with PostgreSQL when using nested functions inside a transaction. I have a situation where I want to insert records into two tables wi...