Bonjour

Depuis mon serveur postgres, j'essaye de me connecté sur un serveur SQLSERVER.

J'ai essayé avec dblink mais j'ai l'erreur suivante
ERREUR: could not establish connection
DETAIL: server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
select * 
from dblink_connect('c1','hostaddr=X.X.X.X port=1433 dbname=Y user=Y password=Y');
Merci pour votre aide Tio