Add new RLS tests to test policies applied by command type. The existing RLS tests focus on the outcomes of various testing scenarios, rather than the exact policies applied. This sometimes makes it hard to see why a particular result occurred (e.g., which policy failed), or to construct a test that fails a particular policy check without an earlier check failing. These new tests issue NOTICE messages to show the actual policies applied for each command type, including the different paths through INSERT ... ON CONFLICT and MERGE, making it easier to verify the expected behaviour.
Author: Dean Rasheed <[email protected]> Reviewed-by: Viktor Holmberg <[email protected]> Reviewed-by: Jian He <[email protected]> Discussion: https://postgr.es/m/CAEZATCWqnfeChjK=n1v_dyzt4rt4mnq+ybf9c0qxdytvmsy...@mail.gmail.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/2e84248d6497ce06e8c63e08d3cf3bee1e9ee105 Modified Files -------------- src/test/regress/expected/rowsecurity.out | 259 ++++++++++++++++++++++++++++++ src/test/regress/sql/rowsecurity.sql | 139 ++++++++++++++++ 2 files changed, 398 insertions(+)
