I am using PostgreSQL for some application and I've come in the need of a Before Commit and an After Commit trigger. PostgreSQL currently doesn't support them and I am wondering if it will ever be possible for developers to add them.
Antonio Scotti