Re: [pgadmin-support] Adding users?

2016-02-22 Thread Joseph Marlin
It is at that! You need to make a new connection, and that will give you the option to specify your new username. Use the "plug" icon or "File" > "Add server" to make a new connection. - Original Message - From: "Rob Lewis" To: "Colin Beckingham" Cc: pgadmin-support@postgresql.org Sen

Re: [pgadmin-support] Adding users?

2016-02-22 Thread Rob Lewis
Thanks, got that done. Now “Login Roles” shows three entries: “postgres”, my Mac account short name, and the one I just created. Next question: how do I actually use this new role to log into the server? When I give the “Connect” command, all I get is a prompt to enter the password for user “p

Re: [pgadmin-support] Adding users?

2016-02-22 Thread Joseph Marlin
You can make roles on remote servers but you'd need the roles that allow you create roles. If you don't have permission to create roles, you won't see the option to do so. - Original Message - From: "Colin Beckingham" To: pgadmin-support@postgresql.org Sent: Monday, February 22, 2016 1

Re: [pgadmin-support] Adding users?

2016-02-22 Thread Colin Beckingham
On 22/02/16 13:41, Rob Lewis wrote: Boy do I feel dumb. I just installed Postgres.app and pgAdmin3.app on my Mac (El Capitan). I’ve searched everywhere in the program and the docs and I can’t find out how to simply add a user. Help, please. Use pgadmin to make a connection to a server on the

[pgadmin-support] Adding users?

2016-02-22 Thread Rob Lewis
Boy do I feel dumb. I just installed Postgres.app and pgAdmin3.app on my Mac (El Capitan). I’ve searched everywhere in the program and the docs and I can’t find out how to simply add a user. Help, please. -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make chan