Re: [HACKERS] CREATE USER bug

2003-10-14 Thread Tom Lane
Neil Conway [EMAIL PROTECTED] 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

Re: [HACKERS] CREATE USER bug

2003-10-10 Thread Bruce Momjian
Neil Conway wrote: 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

Re: [HACKERS] CREATE USER bug

2003-10-09 Thread Neil Conway
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

[HACKERS] CREATE USER bug

2003-10-06 Thread Joshua D. Drake
Hello, It seems to me that the below should not be able to happen. postgres=# create user with encrypted password '98wq7912a'; CREATE USER postgres=# create user with encrypted password '98wq7912a'; ERROR: CREATE USER: user name with already exists Sincerley, Joshua D. Drake -- Command