Include PostgreSQL 13 utilities in the container. Fixes #6162

This commit is contained in:
Dave Page
2021-01-20 13:17:21 +00:00
parent c71315f8cd
commit 32cdfa2969
4 changed files with 16 additions and 8 deletions

View File

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

View File

@@ -19,6 +19,7 @@ Housekeeping
| `Issue #5338 <https://redmine.postgresql.org/issues/5338>`_ - Improve code coverage and API test cases for pgAgent.
| `Issue #6052 <https://redmine.postgresql.org/issues/6052>`_ - Added connected pgAdmin user and connection name in the log file.
| `Issue #6079 <https://redmine.postgresql.org/issues/6079>`_ - Updated mimetype from 'text/javascript' to 'application/javascript' as 'text/javascript' is obsolete.
| `Issue #6162 <https://redmine.postgresql.org/issues/6162>`_ - Include PostgreSQL 13 utilities in the container.
Bug fixes
*********