POSTGRESQL: CREATE USER MAPPING
top of page
CerebroSQL

PostgreSQL:  

CREATE USER MAPPING

Topic

CREATE USER MAPPING FOR { username | USER | CURRENT_USER | PUBLIC }
SERVER servername
[ OPTIONS ( option 'value' [ , ... ] ) ]

Example

CREATE USER MAPPING FOR bob SERVER foo OPTIONS (user 'bob',
password 'secret');

bottom of page