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>
83
83
84
84
<listitem>
85
85
<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)
87
87
</para>
88
88
89
89
<para>
90
- Processing such indexes is still possible using REINDEX SYSTEM.
90
+ Processing such indexes is still possible using REINDEX SYSTEM and reindexedb --system .
91
91
</para>
92
92
</listitem>
93
93
@@ -203,23 +203,6 @@ Remove symbolic links for the postmaster binary (Peter Eisentraut)
203
203
204
204
<itemizedlist>
205
205
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
-
223
206
<!--
224
207
Author: David Rowley <drowley@postgresql.org>
225
208
2022-08-02 [3592e0ff9] Have ExecFindPartition cache the last found partition
You can’t perform that action at this time.
0 commit comments