Skip to content

Commit 97b1654

Browse files
committed
doc: more PG 12 wording adjustments
Reported-by: Justin Pryzby Discussion: https://postgr.es/m/20190510001959.GK3925@telsasoft.com
1 parent 32fe7ee commit 97b1654

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/release-12.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -722,11 +722,11 @@ Author: Peter Eisentraut <peter_e@gmx.net>
722722
-->
723723

724724
<para>
725-
Allow contol over when generic plans are used for prepared statements (Pavel Stehule)
725+
Allow control over when generic plans are used for prepared statements (Pavel Stehule)
726726
</para>
727727

728728
<para>
729-
The server variable plan_cache_mode enables this control.
729+
This is controlled by the plan_cache_mode server variable.
730730
</para>
731731
</listitem>
732732

@@ -2476,7 +2476,7 @@ Author: Thomas Munro <tmunro@postgresql.org>
24762476
-->
24772477

24782478
<para>
2479-
Allow restore of INSERT statements to skip rows which would cause conflicts (Surafel Temesgen)
2479+
Allow restoration of an INSERT-statement dump to skip rows which would cause conflicts (Surafel Temesgen)
24802480
</para>
24812481

24822482
<para>

0 commit comments

Comments
 (0)