diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/graph_table_rls.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/graph_table_rls.out --- /tmp/cirrus-ci-build/src/test/regress/expected/graph_table_rls.out 2026-03-22 13:24:24.958735000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/graph_table_rls.out 2026-03-22 13:31:41.424058000 +0000 @@ -446,6 +446,8 @@ ALTER TABLE document ATTACH PARTITION document_places FOR VALUES IN ('Places'); -- Enable RLS on partitioned table ALTER TABLE document ENABLE ROW LEVEL SECURITY; +NOTICE: ALTER action ENABLE ROW SECURITY on relation "document" does not affect present partitions +HINT: Partitions may be modified individually, or specify ONLY to suppress this message. -- create policies on partitioned table CREATE POLICY p1 ON document AS PERMISSIVE USING (dlevel <= (SELECT seclv FROM users WHERE pguser = current_user)); @@ -760,6 +762,8 @@ -- FORCE ROW LEVEL SECURITY applies RLS to owners too ALTER TABLE document FORCE ROW LEVEL SECURITY; +NOTICE: ALTER action FORCE ROW SECURITY on relation "document" does not affect present partitions +HINT: Partitions may be modified individually, or specify ONLY to suppress this message. EXECUTE graph_rls_query; pguser | aid | dtitle | dlevel --------+-----+--------+--------