From: | Evgeniy Losev <e(dot)losev(at)i-free(dot)com> |
---|---|
To: | "KhunSanAung(dot)GIS(at)gmail(dot)com" <KhunSanAung(dot)GIS(at)gmail(dot)com>, pgsql-admin <pgsql-admin(at)postgresql(dot)org> |
Subject: | НА: How to create users for a login Role? |
Date: | 2015-10-12 07:18:26 |
Message-ID: | a47cc0e837e54196a8e8dfcd88b98009@srv-exch-mb02.i-free.local |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Hi,
Please, clarify your question.
Do you want to create login role with password and grant it to several users?
Evgeniy Losev
________________________________
От: KhunSanAung
Отправлено: 12.10.2015 7:35
Кому: pgsql-admin
Тема: [ADMIN] How to create users for a login Role?
?Dear All,
I know how to create a login role for a postgres database.
I used pgAdmin III to create login role and database.
or via psql command;
postgres=# CREATE ROLE dbuser PASSWORD 'secret' SUPERUSER CREATEDB CREATEROLE INHERIT LOGIN;
I'd like to know how to create users/members for each login role.
How can I do it?
I'd like to allow multiple users to access to a database.
I used postgres installed Ubuntu Server and access by pgAdmin III and SSH from Window OS.
?Many thanks & best regards?
--
Have a nice day!
--
Mr. Khun San Aung
From | Date | Subject | |
---|---|---|---|
Next Message | KhunSanAung | 2015-10-12 07:42:01 | Re: How to create users for a login Role? |
Previous Message | KhunSanAung | 2015-10-12 04:34:21 | How to create users for a login Role? |