[COMMITTERS] pgsql: Add regression tests for INSERT/UPDATE+RETURNING

2015-10-05 Thread Stephen Frost
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.

[COMMITTERS] pgsql: Add regression tests for INSERT/UPDATE+RETURNING

2015-10-05 Thread Stephen Frost
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.