Re: Specific names for plpgsql variable-resolution control options? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Specific names for plpgsql variable-resolution control options?
Date
Msg-id 13811.1257562633@sss.pgh.pa.us
Whole thread Raw
In response to Re: Specific names for plpgsql variable-resolution control options?  ("David E. Wheeler" <david@kineticode.com>)
Responses Re: Specific names for plpgsql variable-resolution control options?
Re: Specific names for plpgsql variable-resolution control options?
List pgsql-hackers
"David E. Wheeler" <david@kineticode.com> writes:
> That works.

>    plpgsql_variable_conflict = fatal | variable-first | column-first

If we do that, presumably the per-function syntax would be
#variable_conflict variable_first

and so on, which is clear enough but might be thought a bit verbose
for something people might be pasting into hundreds of functions.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: operator exclusion constraints
Next
From: "David E. Wheeler"
Date:
Subject: Re: Specific names for plpgsql variable-resolution control options?