Re: link tables - Mailing list pgsql-novice

From Jonatan Malaver
Subject Re: link tables
Date
Msg-id 58E13A9FA1D4994EB29384A8025A97B21BBFBEA6@mbx027-e1-nj-6.exch027.domain.local
Whole thread Raw
In response to Re: link tables  (Thomas Kellerer <spam_eater@gmx.net>)
List pgsql-novice
| -----Original Message-----
| From: pgsql-novice-owner@postgresql.org [mailto:pgsql-novice-
| owner@postgresql.org] On Behalf Of Thomas Kellerer
| Sent: Monday, May 12, 2014 2:17 AM
| To: pgsql-novice@postgresql.org
| Subject: Re: [NOVICE] link tables
| 
| Keith, 09.05.2014 20:40:
| >> I would like to JOIN two tables one is in Postgresql and the other
| >> one in MS SQL. Is that possible? Thanks, Jon
| >
| >
| > That is possible with the foreign data wrappers yes, but I doubt the
| > performance is going to be very good. I think you'd be better off
| > getting the table replicated on a regular basis from MS SQL to
| > Postgres.
| >
| > I'm not aware of an easy manner of doing this. Hopefully someone else
| > on the list can help.
| 
| If the table isn't too big, a materialized view based on a foreign table could do
| the trick.
| 
| 
| 
| 
| --
| Sent via pgsql-novice mailing list (pgsql-novice@postgresql.org) To make
| changes to your subscription:
| http://www.postgresql.org/mailpref/pgsql-novice


I'm currently checking out this alternative https://github.com/GeoffMontee/tds_fdw
Jon

pgsql-novice by date:

Previous
From: Thomas Kellerer
Date:
Subject: Re: link tables
Next
From: "Sam Franklin"
Date:
Subject: Restrict number of connections to specific table