| From: | Aren Cambre <aren(at)arencambre(dot)com> |
|---|---|
| To: | pgadmin-support(at)postgresql(dot)org |
| Subject: | Re: Group role not shown in properties > Default Privileges after adding it |
| Date: | 2012-05-27 21:48:41 |
| Message-ID: | CAA1mBrqE32TDCuOkwvsW6DykAs1D=HhPDsK44S4-GdTEzfZiuQ@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-support |
One correction. I wrote "group role", but I think it's actually a login
role. Here's its SQL:
*CREATE ROLE gis LOGIN*
* ENCRYPTED PASSWORD 'md5d1eac6a9b9835a37d71bac718a80a7ac'*
* NOSUPERUSER INHERIT NOCREATEDB NOCREATEROLE NOREPLICATION;*
On Sun, May 27, 2012 at 9:03 AM, Aren Cambre <aren(at)arencambre(dot)com> wrote:
> I added a group role named *gis* to a database using pgAdmin III 1.14.2
> using the *Default Privileges* tab of the db's properties.
>
> I can confirm it worked because if I click on the db, this shows up at the
> bottom of its SQL:
> *ALTER DEFAULT PRIVILEGES *
> * GRANT SELECT ON TABLES*
> * TO gis;*
>
> However, if I right-click on the db, go to *Properties*, then select the *Default
> Privileges*, it does not show any group roles:
> [image: Inline image 1]
>
> Near the bottom of the pgAdmin *Object browser*, under *Group Roles* is
> this role:
> [image: Inline image 2]
>
> Aren
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andreas | 2012-05-28 01:13:57 | Drag & Drop in SQL editor ? |
| Previous Message | Alexandr Ciornii | 2012-05-27 21:04:20 | incorrect charset in HTML report |