Published onJanuary 25, 2022Postgres TidbitpostgresqlsqlherokuYou should never update an app's directly with a SQL statement. (It's an easy way to forget a WHERE clause and update an entire table). But sometimes there's exceptions and sometimes there's neat behavior I've never seen before.