Fred <[EMAIL PROTECTED]> 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                                        [EMAIL PROTECTED]
                                         http://www.cuug.ab.ca/~dorfsmay

Reply via email to