in reply to PostgreSQL UPDATE
I had similar problems with PostgreSQL (silently failing inserts/updates). Mine ended up being permissions in the database -- be sure you do the appropriate grants to whatever user you're connecting as.
In Section
Seekers of Perl Wisdom