Add "USING expressions" option to plpgsql's OPEN cursor FOR EXECUTE.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 309cd7cf183d7e194205d8d97186c09ef67f83ae
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2010-01-19T01:35:31Z
Releases: 9.0.0
Add "USING expressions" option to plpgsql's OPEN cursor FOR EXECUTE.

This is the last EXECUTE-like plpgsql statement that was missing
the capability of inserting parameter values via USING.

Pavel Stehule, reviewed by Itagaki Takahiro

Files