Обсуждение: How Do You Delete Users?

Поиск
Список
Период
Сортировка

How Do You Delete Users?

От
David Lloyd
Дата:
I can't work out how to delete users from Postgresql?

DSL
--
Con te partiro, su navi per mari
 Che io lo so, no, no non esistono piu
Con te io li vivro.
 (Sartori F, Quarantotto E)

Re: How Do You Delete Users?

От
Josh Jore
Дата:
On Tue, 10 Sep 2002, David Lloyd wrote:

> I can't work out how to delete users from Postgresql?

That would be 'dropuser ...' or 'DROP USER ...'

Joshua b. Jore -{ weird geeky madness }-> http://www.greentechnologist.org


Re: How Do You Delete Users?

От
David Lloyd
Дата:
Josh,

> > I can't work out how to delete users from Postgresql?
>
> That would be 'dropuser ...' or 'DROP USER ...'

If I use SQL to do it, what database do I use to do it? Or does SQL just
"understand" `DROP USER' and `CREATE USER' implicitly?

DSL
--
Con te partiro, su navi per mari
 Che io lo so, no, no non esistono piu
Con te io li vivro.
 (Sartori F, Quarantotto E)