Unexpected NOCREATEROLE clause in role definition

From: "Andrus" <eetasoft(at)online(dot)ee>
To: pgadmin-support(at)postgresql(dot)org
Subject: Unexpected NOCREATEROLE clause in role definition
Date: 2006-01-12 18:30:23
Message-ID: dq678c$13j3$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

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;

Platform:

PgAdmin 1.4.1 on Windows XP

"PostgreSQL 8.1.1 on i686-pc-mingw32, compiled by GCC gcc.exe (GCC) 3.4.2
(mingw-special)"

Browse pgadmin-support by date

  From Date Subject
Next Message Miha Radej 2006-01-13 08:32:14 Re: problem compiling on suse 10
Previous Message Dave Page 2006-01-11 12:51:17 Re: problem compiling on suse 10