Hello Alex, DBLink is located in the PostgreSQL source under $POSTGRES_SOURCE/contrib/dblink
Just do a make and make install (assuming you installed PostgreSQL from source). The docs are also located in the same directory. You have to execute dblink.sql against your database to implement the functions. I suggest using views named the same as the tables in the external database for transparent queries. Take note that there is a performance hit. Hope this helps, Darren H. On Wed, 5 Jan 2005 21:02:24 -0500, Alex Turner <[EMAIL PROTECTED]> wrote: > Looks like a great idea, but alas I cannot actualy find any files.. > CVS is empy, FTP is unaccesible, home page goes nowhere, no messages > in forums.. Some more clues to the enigmatic whereabouts of this > project would be appreciated if you have them. Google even suggests I > try dblink postgresql instead... > > Thanks, > > Alex Turner > NetEconomist > > On Wed, 5 Jan 2005 21:26:51 -0400 (AST), Marc G. Fournier > <[EMAIL PROTECTED]> wrote: > > > > Check out dbi-link ... not sure how far into what you are looking for it > > is, but from David's description to me today, it sounds like it makes > > things transparent to the end user (ie. the 'links' look like extra > > schema's within your database) ... haven't played with it yet, just going > > by David's '20 sec summary' :) > > > > Oh ... it can be found on http://www.pgfoundry.org ... > > > > On Wed, 5 Jan 2005, Alex Turner wrote: > > > > > I am trying to find out some information on how to set up a cross > > > database links so that I can have queries and foreign keys that cross > > > a physical database. This is not just a technical requirement, but a > > > legal one (The client requires that we do not co-mingle data). I have > > > a new database that has tables and indices named using a new naming > > > schema, and an old database that was implemented based on a customer > > > requirement that is ugly, and I don't really want to put everything > > > into one database (technical reason). I have read that contrib/dblink > > > can do this, but I am unable to find any documentation for this > > > features, or infact any documentation on what is in the 'contrib' > > > pacakge. Can anyone point me to a good place to find contrib docs, or > > > and point me to database cross linking stuff. My boss will be really > > > pissed if I tell him we need to spend $10k to implement Oracle to have > > > a good solution ;) > > > > > > Thanks, > > > > > > Alex Turner > > > NetEconomist > > > > > > ---------------------------(end of broadcast)--------------------------- > > > TIP 6: Have you searched our list archives? > > > > > > http://archives.postgresql.org > > > > > > > ---- > > Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) > > Email: [EMAIL PROTECTED] Yahoo!: yscrappy ICQ: > > 7615664 > > > > > > ---------------------------(end of broadcast)--------------------------- > TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED] > ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly