Skip to content

Commit 4f45beb

Browse files
committed
doc: PG 10 release note updates for psql, GiST, and markup
Reported-by: Andrew Borodin, Fabien COELHO, Dagfinn Ilmari Mannsaker
1 parent c22b59e commit 4f45beb

File tree

1 file changed

+17
-20
lines changed

1 file changed

+17
-20
lines changed

doc/src/sgml/release-10.sgml

+17-20
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,17 @@
552552
</para>
553553
</listitem>
554554

555+
<listitem>
556+
<!--
557+
Author: Tom Lane <tgl@sss.pgh.pa.us>
558+
2016-09-09 [b1328d78f] Invent PageIndexTupleOverwrite, and teach BRIN and GiST
559+
-->
560+
<para>
561+
Allow faster <acronym>GiST</> inserts and updates by reusing
562+
index space more efficiently (Andrey Borodin)
563+
</para>
564+
</listitem>
565+
555566
</itemizedlist>
556567

557568
<sect5>
@@ -675,7 +686,7 @@
675686
<para>
676687
The new settings are <xref
677688
linkend="guc-max-pred-locks-per-relation"> and
678-
<varname>max_pred_locks_per_page</>.
689+
<xref linkend="guc-max-pred-locks-per-page">.
679690
</para>
680691
</listitem>
681692

@@ -1840,7 +1851,7 @@
18401851
</para>
18411852

18421853
<para>
1843-
This uses the syntax <link linkend="SQL-ALTERTABLE"><command>ALTER
1854+
This uses the syntax <link linkend="SQL-ALTERTYPE"><command>ALTER
18441855
TYPE ... RENAME VALUE</></>.
18451856
</para>
18461857
</listitem>
@@ -2220,6 +2231,10 @@
22202231
<!--
22212232
Author: Tom Lane <tgl@sss.pgh.pa.us>
22222233
2017-03-30 [e984ef586] Support \if ... \elif ... \else ... \endif in psql scrip
2234+
Author: Tom Lane <tgl@sss.pgh.pa.us>
2235+
2017-04-02 [5dbc5da11] Fix behavior of psql's \p to agree with \g, \w, etc.
2236+
Author: Tom Lane <tgl@sss.pgh.pa.us>
2237+
2017-04-02 [68dba97a4] Document psql's behavior of recalling the previously exe
22232238
-->
22242239
<para>
22252240
Add conditional branch support to <application>psql</> (Corey
@@ -2299,24 +2314,6 @@
22992314
</para>
23002315
</listitem>
23012316

2302-
<listitem>
2303-
<!--
2304-
Author: Tom Lane <tgl@sss.pgh.pa.us>
2305-
2017-04-02 [5dbc5da11] Fix behavior of psql's \p to agree with \g, \w, etc.
2306-
Author: Tom Lane <tgl@sss.pgh.pa.us>
2307-
2017-04-02 [68dba97a4] Document psql's behavior of recalling the previously exe
2308-
-->
2309-
<para>
2310-
Fix <application>psql</> \p to always print what would be executed
2311-
by \g or \w (Daniel V&eacute;rit&eacute;)
2312-
</para>
2313-
2314-
<para>
2315-
Previously \p didn't properly print the reverted-to command after
2316-
a buffer contents reset. CLARIFY?
2317-
</para>
2318-
</listitem>
2319-
23202317
<listitem>
23212318
<!--
23222319
Author: Tom Lane <tgl@sss.pgh.pa.us>

0 commit comments

Comments
 (0)