Include PostgreSQL 12 binaries in the container. Fixes #4823

This commit is contained in:
Dave Page
2019-10-11 11:13:06 +01:00
parent c3e11bd390
commit 9bdb5ea5e0
4 changed files with 9 additions and 1 deletions

View File

@@ -22,6 +22,7 @@ server:
* PostgreSQL 9.6: */usr/local/pgsql-9.6*
* PostgreSQL 10: */usr/local/pgsql-10*
* PostgreSQL 11: */usr/local/pgsql-11*
* PostgreSQL 12: */usr/local/pgsql-12*
The most recent version of the utilities is used by default; this may be
changed in the :ref:`preferences`.

View File

@@ -11,6 +11,7 @@ New features
| `Issue #3009 <https://redmine.postgresql.org/issues/3009>`_ - Added Copy with headers functionality when copy data from Query Tool/View Data.
| `Issue #4778 <https://redmine.postgresql.org/issues/4778>`_ - Implemeted the Query Plan Analyser.
| `Issue #4823 <https://redmine.postgresql.org/issues/4823>`_ - Include PostgreSQL 12 binaries in the container.
Housekeeping
************