ASSIGNING TABLE PRIVILEGES

From: JORGE MALDONADO <jorgemal1960(at)gmail(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: ASSIGNING TABLE PRIVILEGES
Date: 2010-07-29 16:53:35
Message-ID: AANLkTinBBtsiWd1u7Ac2y_qVJxtD83uzKc0XBM=+FDsQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Using pgAdmin III I created the following Group Roles:
* admins
* clients

I also created the following Login Roles:
* admin
* client

I added the admin login role to the admins group role and the client login
role to the clients group role.

admin
admins

clients
client

Now I want to assign privileges in a table so I got its Properties and went
to the Privileges tab. In the Privileges section (about in the middle of the
Properties window) there is a dropdownlist where I am suppose to select a
role but only the "public" appears, I do not see the ones I added. I
disconnected and connected from the database and the new roles I added do
not appear either. What am I missing?

Respectfully,
Jorge Maldonado

Browse pgsql-novice by date

  From Date Subject
Next Message John DeSoi 2010-07-29 18:13:33 Re: importing a data file without defining a table structure
Previous Message Arvind Sharma 2010-07-29 05:45:11 Re: How to load a dump file into a DB