Waiting for 8.5 – PL/pgSQL variable resolution
On 13th of November (I know, backlog again), Tom Lane committed patch which make PostgreSQL more strict about what happens in stored procedures in PL/pgSQL: Add control knobs for plpgsql’s variable resolution behavior, and make the default be "throw error on conflict", as per discussions. The GUC variable is plpgsql.variable_conflict, with values "error", "use_variable", "use_column". … Continue reading “Waiting for 8.5 – PL/pgSQL variable resolution”