Remove SSL item backpatched (Jonathan S. Katz), adjust logical
replication item (Mark Dilger), adjust --compress wording (Justin
Pryzby).
Discussion: https://postgr.es/m/
20220511012854[email protected]
-Prevent logical replication into tables where the subscription owner is subject to the table's row-level security policies (Mark Dilger)
+Allow logical replication to run as the owner of the publication (Mark Dilger)
-This effectively means that only superusers, roles with bypassrls, and table owners can replicate into tables with row-level security policies. (The actual row-level security policies are not checked,
-only whether row-level security policies are enforced for subscribing users.)
+Because row-level security policies are not checked, only superusers, roles with bypassrls, and table owners can replicate into tables with row-level security policies.
-
-
-
-Allow libpq's SSL private key file to be owned by the root user (David Steele)
-
-
-