docs: link to PostgreSQL roadmap

This commit is contained in:
Ian Barwick
2020-08-06 09:49:40 +09:00
parent 992d2e0e49
commit b8677a0fa2

View File

@@ -201,9 +201,13 @@ ALTER EXTENSION repmgr UPDATE</programlisting>
</para> </para>
<tip> <tip>
<para> <para>
If the &repmgr; upgrade requires a PostgreSQL restart, combine the &repmgr; upgrade If the &repmgr; upgrade requires a PostgreSQL restart, combine the &repmgr; upgrade
with a PostgreSQL minor version upgrade, which will require a restart in any case. with a PostgreSQL minor version upgrade, which will require a restart in any case.
New PostgreSQL minor version are usually released every couple of months. </para>
<para>
New PostgreSQL minor versions are usually released every couple of months;
see the <ulink url="https://www.postgresql.org/developer/roadmap/">Roadmap</ulink>
for the current schedule.
</para> </para>
</tip> </tip>
</sect2> </sect2>