Postgresql – Why is returning 1 required in this Postgres code block?
Asking this question for a colleague who ran into this behaviour with PostgreSQL. Hoping somebody out there can solve this puzzle for us. The following logs Rows updated: 3 when run: drop table if exists test; create table test (str…