Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit fde9c06

Browse files
committed
Doc: remove notes about the version vacuumdb options are valid from
Here we remove the notes which mention which version the given vacuumdb option is available from. There are now 11 of these notes and they're both quite untidy and take up far more space than they seem to be worth. On running a print preview of the compiled HTML, removing these notes saves about 1 A4 page (~20% less space). If people need to see which options are available on older versions, then consulting the documents for that version seems like a good idea. In any case, when using newer vacuumdb versions on older servers, the user will receive an error if they try to use an unsupported option. Additionally, 3 of the notes are warning about the option only being available from PostgreSQL 9.6 and later. That version's support ended 2.5 years ago. So, it's quite clear that the value of these notes diminishes over time. Discussion: https://postgr.es/m/CAApHDvrCQn6tupx2R67VL9RP1Qy4dDuWKRvt4jaB0vk2akQchw@mail.gmail.com
1 parent 78d5952 commit fde9c06

File tree

1 file changed

+0
-66
lines changed

1 file changed

+0
-66
lines changed

doc/src/sgml/ref/vacuumdb.sgml

Lines changed: 0 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,6 @@ PostgreSQL documentation
131131
This size is used to calculate the number of shared buffers which will
132132
be reused as part of this strategy. See <xref linkend="sql-vacuum"/>.
133133
</para>
134-
<note>
135-
<para>
136-
This option is only available for servers running
137-
<productname>PostgreSQL</productname> 16 and later.
138-
</para>
139-
</note>
140134
</listitem>
141135
</varlistentry>
142136

@@ -164,12 +158,6 @@ PostgreSQL documentation
164158
<para>
165159
Disable skipping pages based on the contents of the visibility map.
166160
</para>
167-
<note>
168-
<para>
169-
This option is only available for servers running
170-
<productname>PostgreSQL</productname> 9.6 and later.
171-
</para>
172-
</note>
173161
</listitem>
174162
</varlistentry>
175163

@@ -210,12 +198,6 @@ PostgreSQL documentation
210198
<para>
211199
Always remove index entries pointing to dead tuples.
212200
</para>
213-
<note>
214-
<para>
215-
This option is only available for servers running
216-
<productname>PostgreSQL</productname> 12 and later.
217-
</para>
218-
</note>
219201
</listitem>
220202
</varlistentry>
221203

@@ -261,12 +243,6 @@ PostgreSQL documentation
261243
<acronym>TOAST</acronym> table for the relation if necessary, it does
262244
not need to be considered separately.
263245
</para>
264-
<note>
265-
<para>
266-
This option is only available for servers running
267-
<productname>PostgreSQL</productname> 9.6 and later.
268-
</para>
269-
</note>
270246
</listitem>
271247
</varlistentry>
272248

@@ -288,12 +264,6 @@ PostgreSQL documentation
288264
<acronym>TOAST</acronym> table for the relation if necessary, it does
289265
not need to be considered separately.
290266
</para>
291-
<note>
292-
<para>
293-
This option is only available for servers running
294-
<productname>PostgreSQL</productname> 9.6 and later.
295-
</para>
296-
</note>
297267
</listitem>
298268
</varlistentry>
299269

@@ -327,12 +297,6 @@ PostgreSQL documentation
327297
<para>
328298
Do not remove index entries pointing to dead tuples.
329299
</para>
330-
<note>
331-
<para>
332-
This option is only available for servers running
333-
<productname>PostgreSQL</productname> 12 and later.
334-
</para>
335-
</note>
336300
</listitem>
337301
</varlistentry>
338302

@@ -342,12 +306,6 @@ PostgreSQL documentation
342306
<para>
343307
Skip the main relation.
344308
</para>
345-
<note>
346-
<para>
347-
This option is only available for servers running
348-
<productname>PostgreSQL</productname> 16 and later.
349-
</para>
350-
</note>
351309
</listitem>
352310
</varlistentry>
353311

@@ -357,12 +315,6 @@ PostgreSQL documentation
357315
<para>
358316
Skip the TOAST table associated with the table to vacuum, if any.
359317
</para>
360-
<note>
361-
<para>
362-
This option is only available for servers running
363-
<productname>PostgreSQL</productname> 14 and later.
364-
</para>
365-
</note>
366318
</listitem>
367319
</varlistentry>
368320

@@ -372,12 +324,6 @@ PostgreSQL documentation
372324
<para>
373325
Do not truncate empty pages at the end of the table.
374326
</para>
375-
<note>
376-
<para>
377-
This option is only available for servers running
378-
<productname>PostgreSQL</productname> 12 and later.
379-
</para>
380-
</note>
381327
</listitem>
382328
</varlistentry>
383329

@@ -390,12 +336,6 @@ PostgreSQL documentation
390336
This allows the vacuum to leverage multiple CPUs to process indexes.
391337
See <xref linkend="sql-vacuum"/>.
392338
</para>
393-
<note>
394-
<para>
395-
This option is only available for servers running
396-
<productname>PostgreSQL</productname> 13 and later.
397-
</para>
398-
</note>
399339
</listitem>
400340
</varlistentry>
401341

@@ -415,12 +355,6 @@ PostgreSQL documentation
415355
<para>
416356
Skip relations that cannot be immediately locked for processing.
417357
</para>
418-
<note>
419-
<para>
420-
This option is only available for servers running
421-
<productname>PostgreSQL</productname> 12 and later.
422-
</para>
423-
</note>
424358
</listitem>
425359
</varlistentry>
426360

0 commit comments

Comments
 (0)