Postgresql – Updating a table with a view and getting "infinite recursion detected in rules for relation "employees"
Below is the code I am using in a PostgreSQL 16 database. Every time I try to update the salary I get: ERROR: infinite recursion detected in rules for relation "employees" SQL state: 42P17" Object used create table rowan.employees (emp_id…