Skip to content

Instantly share code, notes, and snippets.

@achampav
Last active July 15, 2019 17:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save achampav/847cd2e568487ea7a0fecb490b1a464e to your computer and use it in GitHub Desktop.
Save achampav/847cd2e568487ea7a0fecb490b1a464e to your computer and use it in GitHub Desktop.
-- Connexion à l'utilisateur cadastre sur la base de données cadastredb du serveur postgresql1102
-- Création d'un lien entre l'utilisateur cadastre local avec l'utilisateur cadastre distant du serveur postgresql1101
create user mapping for cadastre
server postgresql1101
options (user 'cadastre', password 'Welcome!2019');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment