File tree 1 file changed +3
-7
lines changed
1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -1916,7 +1916,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
1916
1916
1917
1917
<listitem>
1918
1918
<para>
1919
- Allow jsonb NULL values to be cast to scalar types as NULL (Tom Lane)
1919
+ Allow jsonb "null" values to be cast to scalar types as NULL (Tom Lane)
1920
1920
<ulink url="&commit_baseurl;a5579a90a">§</ulink>
1921
1921
</para>
1922
1922
@@ -2596,13 +2596,9 @@ Author: Jeff Davis <jdavis@postgresql.org>
2596
2596
2597
2597
<listitem>
2598
2598
<para>
2599
- Add pg_dump options --with-schema, --with-data, and --with_statistics (Jeff Davis)
2599
+ Add pg_dump options --with-schema, --with-data, and --with-statistics (Jeff Davis)
2600
2600
<ulink url="&commit_baseurl;bde2fb797">§</ulink>
2601
2601
</para>
2602
-
2603
- <para>
2604
- The negative versions of these options already existed.
2605
- </para>
2606
2602
</listitem>
2607
2603
2608
2604
<!--
@@ -2636,7 +2632,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
2636
2632
2637
2633
<listitem>
2638
2634
<para>
2639
- Add option --no-policies to pg_dump, pg_dumpall, pg_restore to avoid policy specification (Nikolay Samokhvalov)
2635
+ Add option --no-policies to disable row level security policy processing in pg_dump, pg_dumpall, pg_restore (Nikolay Samokhvalov)
2640
2636
<ulink url="&commit_baseurl;cd3c45125">§</ulink>
2641
2637
</para>
2642
2638
You can’t perform that action at this time.
0 commit comments