Re: How to remove a user ?

From: Yves Dorfsman <x(at)x(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: How to remove a user ?
Date: 2000-07-14 02:45:59
Message-ID: H9vb5.73813$ef6.989161@news1.rdc1.ab.home.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Fred <f(dot)blomsma(at)chello(dot)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(at)cuug(dot)ab(dot)ca
http://www.cuug.ab.ca/~dorfsmay

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Yves Dorfsman 2000-07-14 02:56:41 Re: How to list and remove a user in postgres ?
Previous Message Brandon Ibach 2000-07-14 02:11:15 Load fails