Re: CREATE USER bug - Mailing list pgsql-hackers

From Tom Lane
Subject Re: CREATE USER bug
Date
Msg-id 9357.1066143651@sss.pgh.pa.us
Whole thread Raw
In response to Re: CREATE USER bug  (Neil Conway <neilc@samurai.com>)
List pgsql-hackers
Neil Conway <neilc@samurai.com> writes:
> On Mon, 2003-10-06 at 16:21, Joshua D. Drake wrote:
>> postgres=# create user with encrypted password '98wq7912a';
>> CREATE USER
>> postgres=# create user with encrypted password '98wq7912a';
>> ERROR:  CREATE USER: user name "with" already exists

> So, what are we doing about this? If we're considering it a bug, one way
> to fix it is to move WITH from unreserved_keywords to reserved_keywords.
> Any other suggestions?

It's not a bug.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Andrew Sullivan
Date:
Subject: Re: Heading to final release
Next
From: Peter Eisentraut
Date:
Subject: Re: [PERFORM] Sun performance - Major discovery!