Skip to content

Commit 2bda93f

Browse files
committed
doc: mention that intervening major releases can be skipped
Also mention that you should read the intervening major releases notes. This change was also applied to the website. Discussion: https://postgr.es/m/20210330144949.GA8259@momjian.us Backpatch-through: 9.6
1 parent 9eacee2 commit 2bda93f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/runtime.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1692,9 +1692,9 @@ $ <userinput>kill -INT `head -1 /usr/local/pgsql/data/postmaster.pid`</userinput
16921692
incompatibilities, so application programming changes might be required.
16931693
All user-visible changes are listed in the release notes (<xref
16941694
linkend="release"/>); pay particular attention to the section
1695-
labeled "Migration". If you are upgrading across several major
1696-
versions, be sure to read the release notes for each intervening
1697-
version.
1695+
labeled "Migration". Though you can upgrade from one major version
1696+
to another without upgrading to intervening versions, you should read
1697+
the major release notes of all intervening versions.
16981698
</para>
16991699

17001700
<para>

0 commit comments

Comments
 (0)