POSTGRESQL: ALTER USER MAPPING
top of page
CerebroSQL

PostgreSQL:  

ALTER USER MAPPING

Topic

ALTER USER MAPPING FOR { user_name | USER | CURRENT_USER | PUBLIC }
SERVER server_name
OPTIONS ( [ ADD | SET | DROP ] option ['value'] [, ... ] )

Example

ALTER USER MAPPING FOR bob SERVER foo OPTIONS (SET password 'public');

bottom of page