Add regression tests for INSERT/UPDATE+RETURNING

Stephen Frost <sfrost@snowman.net>

Commit: f9bb9c0a8a736efb567a676ad678d05a8dc35780
Author: Stephen Frost <sfrost@snowman.net>
Date: 2015-10-05T14:14:51Z
Releases: 9.5.0
Add regression tests for INSERT/UPDATE+RETURNING

This adds regressions tests which are specific to INSERT+RETURNING and
UPDATE+RETURNING to ensure that the SELECT policies are added as
WithCheckOptions (and should therefore throw an error when the policy is
violated).

Per suggestion from Andres.

Back-patch to 9.5 as the prior commit was.

Files