Creating an append-only table in Postgres using revoke on all roles and granting insert to all roles – Postgresql
I would like to create an enforced append only table in my postgres db. After a bit of research, I realized that a solution that will answer my requirements will be to revoke ALL operations on that table from ALL…