Gatta,
> By mistake I created a pgsql user whose username begins with a ;
I won't ask.
> I am now having trouble dropping the user:
>
> dropuser ;trialuser
Do it in the PSQL terminal, and quote the user name:
DROP USER ";trialuser";
--
-Josh Berkus
Aglio Database Solutions
San Francisco