Allow a banner to be displayed on the login and other related pages showing custom text. Fixes #4549

This commit is contained in:
Dave Page
2019-08-01 11:39:33 +01:00
parent 1ff007d1cb
commit 9a8a28e4f9
4 changed files with 23 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ New features
| `Issue #4333 <https://redmine.postgresql.org/issues/4333>`_ - Add support for planner support functions in PostgreSQL 12+ functions.
| `Issue #4334 <https://redmine.postgresql.org/issues/4334>`_ - Add support for generated columns in Postgres 12+.
| `Issue #4549 <https://redmine.postgresql.org/issues/4549>`_ - Allow a banner to be displayed on the login and other related pages showing custom text.
Housekeeping
************