https://github.com/postgres/postgres
Revision f9bb9c0a8a736efb567a676ad678d05a8dc35780 authored by Stephen Frost on 05 October 2015, 14:14:51 UTC, committed by Stephen Frost on 05 October 2015, 14:14:51 UTC
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.
1 parent 7bed97d
History
Tip revision: f9bb9c0a8a736efb567a676ad678d05a8dc35780 authored by Stephen Frost on 05 October 2015, 14:14:51 UTC
Add regression tests for INSERT/UPDATE+RETURNING
Tip revision: f9bb9c0
File Mode Size
config
contrib
doc
src
.dir-locals.el -rw-r--r-- 738 bytes
.gitattributes -rw-r--r-- 1.7 KB
.gitignore -rw-r--r-- 428 bytes
COPYRIGHT -rw-r--r-- 1.2 KB
GNUmakefile.in -rw-r--r-- 3.6 KB
HISTORY -rw-r--r-- 283 bytes
Makefile -rw-r--r-- 1.5 KB
README -rw-r--r-- 1.2 KB
README.git -rw-r--r-- 727 bytes
aclocal.m4 -rw-r--r-- 385 bytes
configure -rwxr-xr-x 450.6 KB
configure.in -rw-r--r-- 71.5 KB

README

back to top