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 <j...@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, > >