Re: How to deal with multiple accounts

Поиск
Список
Период
Сортировка
От Doug Easterbrook
Тема Re: How to deal with multiple accounts
Дата
Msg-id 77D19407-297E-4082-B55D-1DB9774FEA79@artsman.com
обсуждение исходный текст
Ответ на Re: How to deal with multiple accounts  (Michael Shapiro <mshapiro51@gmail.com>)
Ответы Re: How to deal with multiple accounts
Список pgadmin-support
if by ’server’, you mean a new instance of pgadmin talking to a database ..   no,.  you  can get away with one copy of pgadmin talking to multiple databases.


if by server, you mean you open pgadmin, create a new server group, you don’t need to do that either.     Since server groups can be called whatever you want, you could use server groups, I suppose, to define people so that there is a list of people. …     mostly we use them for location — to group the various physical servers or locations that we go to.


if by server, you mean database —   it makes it easier on users it you make a new database with their user id in it and no password.   You can also name the server with the person’s name or function so thats its easier to identify which they should pick


but there is no getting around just double licking on a single server and entering a username/password — its just the way pgadmin seems to have been designed for eons.


personally, I like that it saves my user id — and I supply the password..


thats how we use it.


Doug Easterbrook
Arts Management Systems Ltd.
Phone (403) 650-1978

On May 18, 2019, at 3:19 PM, Michael Shapiro <mshapiro51@gmail.com> wrote:

I'd like to know how people do this as well. I have been creating new Servers for each account.

On Sat, May 18, 2019 at 5:16 PM Michel Feinstein <michelfeinstein@gmail.com> wrote:
Hi guys, I am looking for opinions on how you use pgAdmin for dealing with several accounts.

For example, I have an "admin" account with all the privileges for the database and a "restricted" account for my application to use. I also have some other accounts for other purposes and I was looking for a convenient way to log into those accounts and use pgAdmin with their privileges.

In MySQL Workbench this was fairly simple, since you configure Connections, but in pgAdmin you configure Servers instead, and all those accounts are new connections to the same Server.

So do you guys just create a new Server for each account/login on pgAdmin, or do you have some other trick on how to deal this this?

Best wishes,

Michel.

В списке pgadmin-support по дате отправления:

Предыдущее
От: Michael Shapiro
Дата:
Сообщение: Re: How to deal with multiple accounts
Следующее
От: Michel Feinstein
Дата:
Сообщение: Re: How to deal with multiple accounts