Postgresql – Postgres rule or trigger to update multiple rows after update of single row
I have a postgres table in the form of id x_loc 1000 12.7 1500 13.2 1001 12.7 1502 13.2 1002 12.8 and want to make a rule or trigger that will update the x_loc column for all rows that meet…