Re: dropping users that start with ';'

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: "Gatts" <gatts27(at)mailforce(dot)net>, pgsql-novice(at)postgresql(dot)org
Subject: Re: dropping users that start with ';'
Date: 2003-10-07 20:49:16
Message-ID: 200310071349.16764.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

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

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Oliver Elphick 2003-10-07 21:18:01 Re: perlsub
Previous Message Bruno LEVEQUE 2003-10-07 20:06:26 Re: dropping users that start with ';'