On Nov 6, 2009, at 4:57 PM, Tom Lane wrote:
>> plpgsql_variable_conflict = fatal | oracle-compat | pg-compat
>
> plpgsql_variable_conflict is all right, but I think we should avoid
> using Oracle's trademarked name in the setting names. I was
> envisioning
> setting names related to "variable first" or "column first" or
> something
> in that line.
That works.
plpgsql_variable_conflict = fatal | variable-first | column-first
David