Will Rutherdale (rutherw) wrote:
> When I try going into psql as user postgres to change the user name, I
> get this problem:
>
> postgres=# alter user mickey rename to Mickey;
>
> ERROR: role “mickey” already exists
>
you might try...
alter user "mickey" rename to "Mickey";