Re: CREATE USER bug

From: Neil Conway <neilc(at)samurai(dot)com>
To: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: CREATE USER bug
Date: 2003-10-10 04:26:40
Message-ID: 1065760000.23683.427.camel@tokyo
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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?

-Neil

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2003-10-10 04:37:31 Re: compile warning
Previous Message Andrew Dunstan 2003-10-10 04:25:01 compile warnings on cygwin - make check fails