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

CREATE USER MAPPING

RDBMS Type: PostgreSQL

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