Re: How to remove a user ? - Mailing list pgsql-general

From Yves Dorfsman
Subject Re: How to remove a user ?
Date
Msg-id H9vb5.73813$ef6.989161@news1.rdc1.ab.home.com
Whole thread Raw
In response to How to remove a user ?  ("Fred" <f.blomsma@chello.nl>)
List pgsql-general
Fred <f.blomsma@chello.nl> wrote:

> How to remove a user  in postgres ?

either:

     dropuser username      (from the command line)

or

DROP USER username;         (as an SQL statement)



Yves.
----
Yves Dorfsman                                        dorfsmay@cuug.ab.ca
                                         http://www.cuug.ab.ca/~dorfsmay

pgsql-general by date:

Previous
From: Brandon Ibach
Date:
Subject: Load fails
Next
From: Yves Dorfsman
Date:
Subject: Re: How to list and remove a user in postgres ?