From 63108253c969952a409f007d0b2cc17d2f3d9e83 Mon Sep 17 00:00:00 2001 From: wbudic Date: Fri, 24 Sep 2021 14:43:01 +1000 Subject: [PATCH] pgAdmin4 Notes added. --- Installation_PostgreSQL.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Installation_PostgreSQL.txt b/Installation_PostgreSQL.txt index 00e1141..7aeb3d4 100644 --- a/Installation_PostgreSQL.txt +++ b/Installation_PostgreSQL.txt @@ -139,5 +139,11 @@ pip install pgadmin4 (Sorry, I use, but don't program in python, to document here any further) +My Criticism: +From admin perspective, anything not systemd configurable, tend leave files allover the place. +This makes things harder to manage. Local user installed or developer system, are different thing on linux. +PostgreSQL as database system is server, and pgAdmin only a client. Don't mix in installation, two different placings. +This is neither secure, neither healthy to trouble shoot. + -- 2.34.1