Re: dropping users that start with ';'

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: dropping users that start with ';'
Дата
Msg-id 200310071349.16764.josh@agliodbs.com
обсуждение исходный текст
Ответ на dropping users that start with ';'  ("Gatts" <gatts27@mailforce.net>)
Список 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


В списке pgsql-novice по дате отправления:

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: Trigger return value
Следующее
От: Oliver Elphick
Дата:
Сообщение: Re: perlsub