aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2025-05-06 17:17:46 -0400
committerBruce Momjian <bruce@momjian.us>2025-05-06 17:17:46 -0400
commitada78f9bef2eb47b0711a9eec07529c0da7c5672 (patch)
tree9f26b091218907aa8bef330e4c5be1cf315973bf
parent575f6003eddbaf0d08195e1e48aee9a741518d6d (diff)
downloadpostgresql-ada78f9bef2eb47b0711a9eec07529c0da7c5672.tar.gz
postgresql-ada78f9bef2eb47b0711a9eec07529c0da7c5672.zip
doc PG 18 relnotes: small adjustments regarding options
Reported-by: jian he Discussion: https://postgr.es/m/CACJufxH1jo=hv77AK0HUJYBBMuPmr6+JT+8g-yovuJmHUPGOZQ@mail.gmail.com
-rw-r--r--doc/src/sgml/release-18.sgml10
1 files changed, 3 insertions, 7 deletions
diff --git a/doc/src/sgml/release-18.sgml b/doc/src/sgml/release-18.sgml
index 818c2305a56..3ff9d9830e9 100644
--- a/doc/src/sgml/release-18.sgml
+++ b/doc/src/sgml/release-18.sgml
@@ -1916,7 +1916,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
<listitem>
<para>
-Allow jsonb NULL values to be cast to scalar types as NULL (Tom Lane)
+Allow jsonb "null" values to be cast to scalar types as NULL (Tom Lane)
<ulink url="&commit_baseurl;a5579a90a">&sect;</ulink>
</para>
@@ -2596,13 +2596,9 @@ Author: Jeff Davis <jdavis@postgresql.org>
<listitem>
<para>
-Add pg_dump options --with-schema, --with-data, and --with_statistics (Jeff Davis)
+Add pg_dump options --with-schema, --with-data, and --with-statistics (Jeff Davis)
<ulink url="&commit_baseurl;bde2fb797">&sect;</ulink>
</para>
-
-<para>
-The negative versions of these options already existed.
-</para>
</listitem>
<!--
@@ -2636,7 +2632,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
<listitem>
<para>
-Add option --no-policies to pg_dump, pg_dumpall, pg_restore to avoid policy specification (Nikolay Samokhvalov)
+Add option --no-policies to disable row level security policy processing in pg_dump, pg_dumpall, pg_restore (Nikolay Samokhvalov)
<ulink url="&commit_baseurl;cd3c45125">&sect;</ulink>
</para>