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
Import Notes
Resolved by subject fallback
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
Import Notes
Resolved by subject fallback
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