Топ-100
top of page
Волнистый абстрактный фон
CerebroSQL

DROP USER MAPPING

RDBMS Type: PostgreSQL

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