Re: WIP: Allow SQL-language functions to reference parameters by parameter name

Peter Eisentraut <peter_e@gmx.net>

From: Peter Eisentraut <peter_e@gmx.net>
To: Merlin Moncure <mmoncure@gmail.com>
Cc: "David E. Wheeler" <david@kineticode.com>, Robert Haas <robertmhaas@gmail.com>, Tom Lane <tgl@sss.pgh.pa.us>, Pavel Stehule <pavel.stehule@gmail.com>, Matthew Draper <matthew@trebex.net>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2011-04-05T17:45:28Z
Lists: pgsql-hackers
On tis, 2011-04-05 at 11:21 -0500, Merlin Moncure wrote:
> +1 on using $foo.  Even with the standardization risk I think it's the
> best choice. Prefer $"foo" to ${foo} though.

What standardization risk?  The standard has already existed for >10
years and is widely implemented.