pgAdmin 4 v6.3 installed OK but will not run

2021-12-27 Thread Peter Johnson
Context: Windows 10 desktop, python 3.8.7, pgAdmin 4 v4, pgAdmin 4 v5. I have been running pgAdmin 4 v5 for a year+ with no problems. I installed pgadmin4-6.3-x64.exe. The installation was trouble-free. On opening, there are signs of execution activity but then nothing, the program fails to sta

Re: Open File > Filter

2021-12-27 Thread Aditya Toshniwal
Hi Paul, You can raise the feature request here - https://redmine.postgresql.org/projects/pgadmin4/issues/new On Mon, Dec 27, 2021 at 11:44 PM Paul Bryant (phew) wrote: > Hi > > I can't find a feature-request tool anywhere so suggesting here instead > that a filter button in the Open File dialo

Open File > Filter

2021-12-27 Thread Paul Bryant (phew)
Hi I can't find a feature-request tool anywhere so suggesting here instead that a filter button in the Open File dialog would be super useful (I'll assume the reasons are obvious!) Best regards PAUL BRYANT Director M +64 21 888 316 P +64 9 884 0969 [cid:41fe9b63-837e-4e90-8eb9-07460b57

Re: Deprecating plans for PGPASSWORD environment variable as insecure

2021-12-27 Thread Khushboo Vashi
Hi, This group is for pgAdmin4 related queries, you can send the postgres related queries to *pgsql-gene...@postgresql.org * Thanks, Khushboo On Mon, Dec 27, 2021 at 2:07 PM Alexey Murz Korepov wrote: > MySQL in version have deprecated the `MYSQL_PWD` environment variable, > because they consi

Deprecating plans for PGPASSWORD environment variable as insecure

2021-12-27 Thread Alexey Murz Korepov
MySQL in version have deprecated the `MYSQL_PWD` environment variable, because they considers this way as insecure, quote from https://dev.mysql.com/doc/refman/8.0/en/environment-variables.html#idm45429554761920 : > Use of MYSQL_PWD to specify a MySQL password must be considered extremely insecur