Allow OLD and NEW in multi-row VALUES within rules.

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

Commit: 092d7ded29f36b0539046b23b81b9f0bf2d637f1
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2012-08-19T18:12:16Z
Releases: 9.3.0
Allow OLD and NEW in multi-row VALUES within rules.

Now that we have LATERAL, it's fairly painless to allow this case, which
was left as a TODO in the original multi-row VALUES implementation.

Files