Re: link tables

From: David G Johnston <david(dot)g(dot)johnston(at)gmail(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: link tables
Date: 2014-05-09 15:41:58
Message-ID: 1399650118058-5803408.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Jonatan Malaver wrote
> Is there a way to link a table from MS SQL to postgresql table? I'm
> uysing CentOS 6.5 x64 with postgresql 9.2.

Define what you specifically mean by "link".

9.2 does have "Foreign Data Wrapper" functionality so if you can locate an
appropriate implementation for MS SQL you would be able to do whatever that
"fdw" allows - which at minimum is perform select queries against foreign
tables.

David J.

--
View this message in context: http://postgresql.1045698.n5.nabble.com/link-tables-tp5803403p5803408.html
Sent from the PostgreSQL - novice mailing list archive at Nabble.com.

In response to

  • link tables at 2014-05-09 15:28:15 from Jonatan Malaver

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Keith 2014-05-09 15:42:49 Re: link tables
Previous Message Jonatan Malaver 2014-05-09 15:28:15 link tables