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";




--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to