Re: export pgadmin user list

2019-07-23 Thread Jan Birk
Hi, You can export a user list on several ways: 1) from the CLI use sqlite -- $ sqlite3 pgadmin4.db select * from user ; 2) create a postgres_fdw and have access from pgadmin4 it self --- https://wiki.postgresql.

Re: export pgadmin user list

2019-07-23 Thread Khushboo Vashi
Hi Jianping, On Tue, Jul 23, 2019 at 11:26 PM Jianping Wei wrote: > Hello, > > I am running PGadmin 4.x. Is there a way I can export pgadmin user list? > > It's not supported right now, you can log this request at https://redmine.postgresql.org/projects/pgadmin4 Thanks, Khushboo > Thanks, > >

Re: Dual Dialogs

2019-07-23 Thread Khushboo Vashi
Hi Christoph, On Wed, Jul 24, 2019 at 8:51 AM Avin Kavish wrote: > Hey Khushboo, > > Thanks for your reply. Just wondering how I can upgrade to 4.10 on ubuntu > 18.04, I have added the apt repository as per the instructions here, > https://wiki.postgresql.org/wiki/Apt but the latest version seem

Re: Dual Dialogs

2019-07-23 Thread Avin Kavish
Hey Khushboo, Thanks for your reply. Just wondering how I can upgrade to 4.10 on ubuntu 18.04, I have added the apt repository as per the instructions here, https://wiki.postgresql.org/wiki/Apt but the latest version seems to be 4.8.3 On Tue, Jul 23, 2019 at 8:39 AM Khushboo Vashi < khushboo.va..

How to run the pgAdmin as NON Admin user in windows 7 without disabling UAC

2019-07-23 Thread Shah, Maulik Dipakkumar
Hi Team Please advise how to run the pgadmin version 4.10 as NON Admin user in Desktop mode. I get following error when I run without Admin. Unauthorized The server could not verify that you are authorized to access the URL requested. You either supplied the wrong credentials (e.g. a bad pas

export pgadmin user list

2019-07-23 Thread Jianping Wei
Hello, I am running PGadmin 4.x. Is there a way I can export pgadmin user list? Thanks,

can't export server list

2019-07-23 Thread Jianping Wei
Hello, I deployed my pgadmin docker container in AWS ECS. When I entered into the container and run export server list command: "python setup.py --dump-servers output.txt" but received "KIlled" Anyone has some ideas about it? Thanks,