http://www.perlmonks.org?node_id=97783


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.