Re: WIP: Allow SQL-language functions to reference parameters by parameter name
Martijn van Oosterhout <kleptog@svana.org>
From: Martijn van Oosterhout <kleptog@svana.org>
To: Pavel Stehule <pavel.stehule@gmail.com>
Cc: Andrew Dunstan <andrew@dunslane.net>, David Fetter <david@fetter.org>, Robert Haas <robertmhaas@gmail.com>, Tom Lane <tgl@sss.pgh.pa.us>, Matthew Draper <matthew@trebex.net>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2011-03-27T17:10:44Z
Lists: pgsql-hackers
On Sun, Mar 27, 2011 at 06:52:03PM +0200, Pavel Stehule wrote: > Syntax for named parameters should be consistent with prepared > statement. Is there any comments in standard? Well, there's section 4.24 which says: "In SQL-statements that are executed dynamically, the parameters are called dynamic parameters (<dynamic parameter specification>s) and are represented in SQL language by a <question mark> (?)." which I think we can all agree is not a useful guide. Have a nice day, -- Martijn van Oosterhout <kleptog@svana.org> http://svana.org/kleptog/ > Patriotism is when love of your own people comes first; nationalism, > when hate for people other than your own comes first. > - Charles de Gaulle