PostgreSQL Drop User

The PostgreSQL Drop User Tool allows users to visually drop users for PostgreSQL.

The drop user tool generates the database specific SQL to revoke privileges if necessary and drop users.

Listed below is an example SQL statement generated by the Create User Tool for PostgreSQL

DROP USER testuser

PostgreSQL Drop User