Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit98c017c

Browse files
committed
doc: PG 13 release note adjustments, Justin Pryzby v2
Reported-by: Justin Pryzby
1 parentab3f2f4 commit98c017c

File tree

1 file changed

+16
-11
lines changed

1 file changed

+16
-11
lines changed

‎doc/src/sgml/release-13.sgml

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ Allow BEFORE row-level triggers on partitioned tables (Álvaro Herrera)
284284
</para>
285285

286286
<para>
287-
These triggers"cannot change which partition is the destination.
287+
These triggers cannot change which partition is the destination.
288288
</para>
289289

290290
</listitem>
@@ -627,7 +627,7 @@ Allow skipping of WAL for new tables and indexes if wal_level is 'minimal' (Noah
627627
</para>
628628

629629
<para>
630-
The WAL write amount where this happens is controlled by wal_skip_threshold.
630+
Relations larger than wal_skip_threshold will have their files fynsced rather than writing their WAL records.
631631
</para>
632632

633633
</listitem>
@@ -801,7 +801,8 @@ Improve control of prepared statement parameter logging (Alexey Bashtanov, &Aacu
801801
</para>
802802

803803
<para>
804-
The GUC setting log_parameter_max_length controls the maximum length of parameter values output during statement logging, and log_parameter_max_length_on_error allows parameters to be output on
804+
The GUC setting log_parameter_max_length controls the maximum length of parameter values output during statement non-error logging, and log_parameter_max_length_on_error does the same for error statement logging.
805+
Previously, prepared statement parameters were not logged during errors.
805806
error.
806807
</para>
807808

@@ -943,7 +944,7 @@ Author: Robert Haas <rhaas@postgresql.org>
943944
-->
944945

945946
<para>
946-
Allow track_activity_query_size to be set to 1MB (Vyacheslav Makarov)
947+
Allow track_activity_query_size to be setupto 1MB (Vyacheslav Makarov)
947948
</para>
948949

949950
<para>
@@ -1041,7 +1042,7 @@ Author: Fujii Masao <fujii@postgresql.org>
10411042
-->
10421043

10431044
<para>
1044-
Only allowsuper users to view the ssl_passphrase_command setting (Insung Moon)
1045+
Only allowsuperusers to view the ssl_passphrase_command setting (Insung Moon)
10451046
</para>
10461047

10471048
<para>
@@ -1115,11 +1116,11 @@ Author: Peter Eisentraut <peter@eisentraut.org>
11151116
-->
11161117

11171118
<para>
1118-
Disallow non-super users from modifying system tables when allow_system_table_mods is set (Peter Eisentraut)
1119+
Disallow non-superusers from modifying system tables when allow_system_table_mods is set (Peter Eisentraut)
11191120
</para>
11201121

11211122
<para>
1122-
Previously, if allow_system_table_mods was set at server start, non-super users could issue INSERT/UPDATE/DELETE commands on system tables.
1123+
Previously, if allow_system_table_mods was set at server start, non-superusers could issue INSERT/UPDATE/DELETE commands on system tables.
11231124
</para>
11241125

11251126
</listitem>
@@ -2245,7 +2246,11 @@ Author: Amit Kapila <akapila@postgresql.org>
22452246
-->
22462247

22472248
<para>
2248-
Add parallel control of the vacuumdb command using --parallel (Masahiko Sawada)
2249+
Allow vacuum commands run by vacuumdb to operate in parallel mode (Masahiko Sawada)
2250+
</para>
2251+
2252+
<para>
2253+
This is enabled with the new --parallel option.
22492254
</para>
22502255

22512256
</listitem>
@@ -2615,7 +2620,7 @@ Allow extensions to be specified as trusted (Tom Lane)
26152620
</para>
26162621

26172622
<para>
2618-
Such extensions can be installed in a database by users with creation rights, even if they are notsuper users. This change also removes the pg_pltemplate system catalog.
2623+
Such extensions can be installed in a database by users with creation rights, even if they are notsuperusers. This change also removes the pg_pltemplate system catalog.
26192624
</para>
26202625

26212626
</listitem>
@@ -2639,11 +2644,11 @@ Author: Andrew Dunstan <andrew@dunslane.net>
26392644
-->
26402645

26412646
<para>
2642-
Allow non-super users to connect to postgres_fdw foreign servers without using a password (Craig Ringer)
2647+
Allow non-superusers to connect to postgres_fdw foreign servers without using a password (Craig Ringer)
26432648
</para>
26442649

26452650
<para>
2646-
Specifically, allow ALTER USER MAPPING to set password_required to false. Care must still be taken to avoid non-super usersfrom usingsuper user credentials to connect to the foreign server.
2651+
Specifically, allow ALTER USER MAPPING to set password_required to false. Care must still be taken to avoid non-superusersfrom usingsuperuser credentials to connect to the foreign server.
26472652
</para>
26482653

26492654
</listitem>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp