pgAdmin 4 commit: Fixed an issue where psql of v12 throwing "symbol not - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed an issue where psql of v12 throwing "symbol not
Date
Msg-id E1iSbVq-0006p3-Cy@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed an issue where psql of v12 throwing "symbol not found" error while running Maintenance and Import/Export.

Copy libpq.so.5.12 from pg12-builder to the final container and create a symbolic link.

Fixes #4835

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=091d2cd0d2cd8e7a75458ec0e2f706743ee2a720
Author: Dave Page <dave.page@enterprisedb.com>

Modified Files
--------------
Dockerfile                        | 4 ++++
docs/en_US/release_notes_4_15.rst | 1 +
2 files changed, 5 insertions(+)


pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: [pgAdmin][RM4348] Theme options in pgAdmin and dark theme
Next
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: 1) Fixed issue where Drop and Disconnect connection m