DROPUSER(1) PostgreSQL Client Applications DROPUSER(1) NAME dropuser - PostgreSQL SYNOPSIS dropuser [ option... ] [ username ] DESCRIPTION dropuser PostgreSQL pg_shadow usesuper PostgreSQL dropuser SQL DROP USER [drop_user(7)] OPTIONS dropuser username PostgreSQL -e --echo dropuser -i --interactive -q --quiet createuser -h host --host host Unix -p port --port port TCP Unix -U username --username username -W --password ENVIRONMENT PGHOST PGPORT PGUSER DIAGNOSTICS DROP USER [drop_user(7)] psql(1) libpq EXAMPLES joe $ dropuser joe DROP USER edenjoe 5000 $ dropuser -p 5000 -h eden -i -e joe User "joe" and any owned databases will be permanently deleted. Are you sure? (y/n) y DROP USER "joe" DROP USER SEE ALSO createuser(1), DROP USER [drop_user(7)] Postgresql man man https://github.com/man-pages-zh/manpages- zh Application 2003-11-02 DROPUSER(1)