CREATE USER MAPPING FOR { username | USER | CURRENT_USER | PUBLIC } SERVER servername [ OPTIONS ( option 'value' [ , ... ] ) ]
CREATE USER MAPPING FOR bob SERVER foo OPTIONS (user 'bob', password 'secret');