Fixed an issue where the users are unable to load the databases behind an HTTP reverse proxy. Fixes #6905

This commit is contained in:
Khushboo Vashi
2021-10-14 11:35:11 +05:30
committed by Akshay Joshi
parent fa21e25cb2
commit 2aac87569b
6 changed files with 38 additions and 31 deletions

View File

@@ -32,3 +32,4 @@ Bug fixes
| `Issue #6882 <https://redmine.postgresql.org/issues/6882>`_ - Ensure that columns should be displayed in the order of creation instead of alphabetical order in the browser tree.
| `Issue #6891 <https://redmine.postgresql.org/issues/6891>`_ - Added support for composite foreign keys in the ERD tool.
| `Issue #6900 <https://redmine.postgresql.org/issues/6900>`_ - Fixed an issue where exclusion constraint cannot be created from table dialog if the access method name is changed once.
| `Issue #6905 <https://redmine.postgresql.org/issues/6905>`_ - Fixed an issue where the users are unable to load the databases behind an HTTP reverse proxy.