Which role is responsible for performing `ON UPDATE SET DEFAULT` in PostgreSQL
I'm looking for a confirmation and possible explanation. In PostgreSQL, I create a table A, referencing table B by FK with constrain option ON DELETE UPDATE SET DEFAULT. If the referenced record from table B is deleted, the physical "change"…