Re: Unexpected NOCREATEROLE clause in role definition

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Andrus" <eetasoft(at)online(dot)ee>, <pgadmin-support(at)postgresql(dot)org>
Subject: Re: Unexpected NOCREATEROLE clause in role definition
Date: 2006-01-13 15:22:33
Message-ID: E7F85A1B5FF8D44C8A1AF6885BC9A0E40103D77E@ratbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

> -----Original Message-----
> From: pgadmin-support-owner(at)postgresql(dot)org
> [mailto:pgadmin-support-owner(at)postgresql(dot)org] On Behalf Of Andrus
> Sent: 12 January 2006 18:30
> To: pgadmin-support(at)postgresql(dot)org
> Subject: [pgadmin-support] Unexpected NOCREATEROLE clause in
> role definition
>
> To reproduce:
>
> 1. Run command
>
> CREATE ROLE test CREATEROLE
>
> 2. Look to the role definition in Group roles.
>
> Observed:
>
> CREATE ROLE test
> NOSUPERUSER INHERIT NOCREATEDB NOCREATEROLE;
>
> Expected:
>
> CREATE ROLE test
> NOSUPERUSER INHERIT NOCREATEDB CREATEROLE;

Thanks - fixed in SVN trunk and the stable branch.

Regards, Dave

Browse pgadmin-support by date

  From Date Subject
Next Message Hogan, James F. Jr. 2006-01-13 18:23:18 pgagent jobs never start
Previous Message 正轶 钱 2006-01-13 12:55:51 vacuum's display info is different from winxp and win2000