How to remove a user ?

Started by Fredover 25 years ago4 messagesgeneral
Jump to latest
#1Fred
f.blomsma@chello.nl

Hi,

How to remove a user in postgres ?

Thanks

fred

#2Craig L. Ching
cching@mqsoftware.com
In reply to: Fred (#1)
RE: How to remove a user ?

How about the dropuser script?

Cheers,
Craig

Show quoted text

-----Original Message-----
From: Fred [mailto:f.blomsma@chello.nl]
Sent: Tuesday, July 11, 2000 4:10 PM
To: pgsql-general@postgresql.org
Subject: [GENERAL] How to remove a user ?

Hi,

How to remove a user in postgres ?

Thanks

fred

#3Justin Jaynes
justinjaynes@hotmail.com
In reply to: Craig L. Ching (#2)
Re: How to remove a user ?

You can use the command DROP USER username;
at the interactive sql prompt.

Justin

From: "Fred" <f.blomsma@chello.nl>
Reply-To: "Fred" <f.blomsma@chello.nl>
To: pgsql-general@postgresql.org
Subject: [GENERAL] How to remove a user ?
Date: Tue, 11 Jul 2000 21:09:53 GMT

Hi,

How to remove a user in postgres ?

Thanks

fred

________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com

In reply to: Fred (#1)
Re: How to remove a user ?

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