From 7599afce8bb9888c97b075290428fb45dd0250e2 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Tue, 14 May 2019 14:21:35 +0900 Subject: [PATCH] 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. --- doc/appendix-release-notes.sgml | 2 +- doc/install-source.sgml | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/appendix-release-notes.sgml b/doc/appendix-release-notes.sgml index ad635842..f8512943 100644 --- a/doc/appendix-release-notes.sgml +++ b/doc/appendix-release-notes.sgml @@ -113,7 +113,7 @@ 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. diff --git a/doc/install-source.sgml b/doc/install-source.sgml index 2bc80ffa..84d603a7 100644 --- a/doc/install-source.sgml +++ b/doc/install-source.sgml @@ -243,8 +243,11 @@ deb-src http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main - PostgreSQL documentation. + PostgreSQL documentation. + + + The minimum PostgreSQL version for building the &repmgr; documentation is + PostgreSQL 9.5.