Re: export pgadmin user list - Mailing list pgadmin-support

From Jan Birk
Subject Re: export pgadmin user list
Date
Msg-id 09a416286061692865b2161eb4d4fb0deff99f00.camel@gmail.com
Whole thread Raw
In response to Re: export pgadmin user list  (Khushboo Vashi <khushboo.vashi@enterprisedb.com>)
List pgadmin-support
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.org/wiki/Foreign_data_wrappers

3) from the gui (browser)
-------------------------
Install (at least in FF) an extention ex SQLite Manager


All 3 bullets will demand access to the database pgadmin4.db file.

Best

/Jan


ons, 24 07 2019 kl. 09:34 +0530, skrev Khushboo Vashi:
> Hi Jianping,
> 
> On Tue, Jul 23, 2019 at 11:26 PM Jianping Wei <jwei@truecar.com> 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,
> >    




pgadmin-support by date:

Previous
From: Khushboo Vashi
Date:
Subject: Re: export pgadmin user list
Next
From: Dave Page
Date:
Subject: Re: can't export server list