File tree Expand file tree Collapse file tree 1 file changed +2
-19
lines changed Expand file tree Collapse file tree 1 file changed +2
-19
lines changed Original file line number Diff line number Diff line change @@ -83,11 +83,11 @@ Author: Michael Paquier <michael@paquier.xyz>
8383
8484<listitem>
8585<para>
86- Change reindexedb to not process indexes on system catalogs (Simon Riggs)
86+ Change REINDEX DATABASE and reindexedb to not process indexes on system catalogs (Simon Riggs)
8787</para>
8888
8989<para>
90- Processing such indexes is still possible using REINDEX SYSTEM.
90+ Processing such indexes is still possible using REINDEX SYSTEM and reindexedb --system .
9191</para>
9292</listitem>
9393
@@ -203,23 +203,6 @@ Remove symbolic links for the postmaster binary (Peter Eisentraut)
203203
204204 <itemizedlist>
205205
206- <!--
207- Author: Michael Paquier <michael@paquier.xyz>
208- 2022-07-19 [2cbc3c17a] Rework logic and simplify syntax of REINDEX DATABASE/SYS
209- Author: Michael Paquier <michael@paquier.xyz>
210- 2022-07-26 [0a5f06b84] Fix a few issues with REINDEX grammar
211- -->
212-
213- <listitem>
214- <para>
215- Change REINDEX DATABASE to not process indexes on system catalogs (Simon Riggs)
216- </para>
217-
218- <para>
219- Processing such indexes is still possible using REINDEX SYSTEM.
220- </para>
221- </listitem>
222-
223206<!--
224207Author: David Rowley <drowley@postgresql.org>
2252082022-08-02 [3592e0ff9] Have ExecFindPartition cache the last found partition
You can’t perform that action at this time.
0 commit comments