mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 22:56:29 +00:00
doc: mention minimum PostgreSQL version for building repmgr docs
As-is, it won't build against PostgreSQL 9.4 or earlier, but as 9.4 will be removed from community support later this year, it's not so critical.
This commit is contained in:
@@ -113,7 +113,7 @@
|
||||
<para>
|
||||
The &repmgr; documentation has been converted to DocBook XML format,
|
||||
as currently used by the main PostgreSQL project.
|
||||
This means it can now be built against any &repmgr; version
|
||||
This means it can now be built against any PostgreSQL version from 9.5
|
||||
(previously it was not possible to build the documentation against
|
||||
PostgreSQL 10 or later), and makes it easier to provide the documentation
|
||||
in other formats such as PDF.
|
||||
|
||||
@@ -243,8 +243,11 @@ deb-src http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main</programlisti
|
||||
The &repmgr; documentation is (like the main PostgreSQL project)
|
||||
written in DocBook XML format. To build it locally as HTML, you'll need to
|
||||
install the required packages as described in the
|
||||
<ulink url="https://www.postgresql.org/docs/current/docguide-toolsets.html">
|
||||
PostgreSQL documentation</ulink>.
|
||||
<ulink url="https://www.postgresql.org/docs/current/docguide-toolsets.html">PostgreSQL documentation</ulink>.
|
||||
</para>
|
||||
<para>
|
||||
The minimum PostgreSQL version for building the &repmgr; documentation is
|
||||
PostgreSQL 9.5.
|
||||
</para>
|
||||
|
||||
<note>
|
||||
|
||||
Reference in New Issue
Block a user