Re: export pgadmin user list
От | Jan Birk |
---|---|
Тема | Re: export pgadmin user list |
Дата | |
Msg-id | 09a416286061692865b2161eb4d4fb0deff99f00.camel@gmail.com обсуждение исходный текст |
Ответ на | Re: export pgadmin user list (Khushboo Vashi <khushboo.vashi@enterprisedb.com>) |
Список | 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 по дате отправления: