Re: link tables

From: Jonatan Malaver <jon(dot)malaver(at)shrewsburyma(dot)gov>
To: Thomas Kellerer <spam_eater(at)gmx(dot)net>, "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: link tables
Date: 2014-05-12 14:49:04
Message-ID: 58E13A9FA1D4994EB29384A8025A97B21BBFBEA6@mbx027-e1-nj-6.exch027.domain.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice


| -----Original Message-----
| From: pgsql-novice-owner(at)postgresql(dot)org [mailto:pgsql-novice-
| owner(at)postgresql(dot)org] On Behalf Of Thomas Kellerer
| Sent: Monday, May 12, 2014 2:17 AM
| To: pgsql-novice(at)postgresql(dot)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(at)postgresql(dot)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

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Sam Franklin 2014-05-13 10:50:18 Restrict number of connections to specific table
Previous Message Thomas Kellerer 2014-05-12 06:17:23 Re: link tables