You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Allow logical replicationto run as the ownerofthepublication (Mark Dilger)
309
309
</para>
310
310
311
311
<para>
312
-
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,
313
-
only whether row-level security policies are enforced for subscribing users.)
312
+
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.
314
313
</para>
315
314
</listitem>
316
315
@@ -1815,17 +1814,6 @@ Allow IP address matching against a server certificate's Subject Alternative Nam
1815
1814
</para>
1816
1815
</listitem>
1817
1816
1818
-
<!--
1819
-
Author: Tom Lane <tgl@sss.pgh.pa.us>
1820
-
2022-02-28 [a59c79564] Allow root-owned SSL private keys in libpq, not only the
1821
-
-->
1822
-
1823
-
<listitem>
1824
-
<para>
1825
-
Allow libpq's SSL private key file to be owned by the root user (David Steele)
1826
-
</para>
1827
-
</listitem>
1828
-
1829
1817
<!--
1830
1818
Author: Daniel Gustafsson <dgustafsson@postgresql.org>
1831
1819
2022-03-29 [ebc8b7d44] Enable SSL library detection via PQsslAttribute()
@@ -2152,7 +2140,7 @@ Add the LZ4 compression method to pg_receivewal (Georgios Kokolatos)
2152
2140
</para>
2153
2141
2154
2142
<para>
2155
-
This is enabled via --compression=lz4 and requires binaries to be built using --with-lz4.
2143
+
This is enabled via --compress=lz4 and requires binaries to be built using --with-lz4.
2156
2144
</para>
2157
2145
</listitem>
2158
2146
@@ -2163,11 +2151,7 @@ Author: Michael Paquier <michael@paquier.xyz>