> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Andrus
> Sent: 12 January 2006 18:30
> To: pgadmin-support@postgresql.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

---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

               http://www.postgresql.org/docs/faq

Reply via email to