Agustin Ignacio Genoves

Results 1 issues of Agustin Ignacio Genoves

**I've create a foreign server** CREATE SERVER xxxx FOREIGN DATA WRAPPER tds_fdw OPTIONS (servername 'xxxx', port '1433', database 'db', tds_version '7.1'); **Then mapping a user:** CREATE USER MAPPING FOR postgres...