POSTGRESQL: DROP USER MAPPING
top of page
CerebroSQL

PostgreSQL:  

DROP USER MAPPING

Topic

DROP USER MAPPING [ IF EXISTS ] FOR { user_name | USER | CURRENT_USER | PUBLIC } SERVER server_name

Example

DROP USER MAPPING IF EXISTS FOR bob SERVER foo;

bottom of page