Postgresql – Postgres regular expression to find procedures with wrong Update syntax
My Postgres database was migrated from MySQL using a tool and the code base has lot of syntax issues. One of the issues is with the UPDATE statements inside procedures where the column name contains alias name as below. UPDATE…