HomerWelch <[EMAIL PROTECTED]> writes:

> Fred wrote:
> > 
> > Hi,
> > 
> > I am a newby and i dont understand how to list al the users or delete them ?
> > 
> > 1 do i it from the command line in Linux
> > 2 or in the database
> > 
> > i have a user Fred and a user Grades and want delete them.
> > 
> 
> Go onto psql and type \h.  This will bring up topics that
> you can access by typing the backslash and the topic name
> (\h createuser.)  I don't recall a method for listing all
> users.
> 
> -- 
> 
> Homer J. Welch        [EMAIL PROTECTED]
> Troy, Michigan

drop user username;
select usename from pg_user;

-- 
Prasanth Kumar
[EMAIL PROTECTED]

Reply via email to