Re: connecting to external database tables outside of the

From: Martin_Hurst(at)dom(dot)com
To: jd(at)commandprompt(dot)com
Cc: Martin_Hurst(at)DOM(dot)COM, pgsql-interfaces(at)postgresql(dot)org
Subject: Re: connecting to external database tables outside of the
Date: 2003-10-17 19:56:47
Message-ID: OF90749AE8.EBC39766-ON85256DC2.006D697B-85256DC2.006D7146@pa.dominionnet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces


Somebody from the pgsql-general(at)postgresql(dot)org list, mentioned using
"dblink" to possibly do what I'm looking for.

===========================
Check out "dblink" in the contrib path of the source distribution, I think
it
does what you are looking for.

You didn't mention what your application was but, you might want to
consider
tools like Perl's DBI as well, which (within one script) can connect to
several
DB's. Of course that method is NOT within the database...

.it would be nice if pl/perl could use modules (can it use modules??).
That
might open up some interesting functionalities :)
===========================


"Joshua D. Drake"
<jd(at)commandprompt To: Martin_Hurst(at)dom(dot)com
.com> cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: [INTERFACES] connecting to external database tables outside of the
10/17/2003 03:51 postgres database
PM

No. You would use middleware for that.

Martin_Hurst(at)dom(dot)com wrote:

>Is it possible to establish a connection from within a postgres database
to
>another external database on the network, i.e., not a java or scripting
>connection, BUT by some type of table definition within the postgres
>database of that external database table source - something similar to a
>proxy definition.
>Examples of external database could be MSAccess, Oracle, Sybase,
>MSQLServer, etc.
>
>The idea behind this would to be able to at least look up data from other
>database sources.
>
>At the very most to be able to actually access data in other database
table
>sources and perform insert, update, delete, transaction on that external
>database tables rows and columns.
>
>-Martin
>
>
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 7: don't forget to increase your free space map settings
>
>

--
Command Prompt, Inc., home of Mammoth PostgreSQL - S/ODBC and S/JDBC
Postgresql support, programming shared hosting and dedicated hosting.
+1-503-222-2783 - jd(at)commandprompt(dot)com - http://www.commandprompt.com
Editor-N-Chief - PostgreSQl.Org - http://www.postgresql.org

Browse pgsql-interfaces by date

  From Date Subject
Next Message Andrew S Halper 2003-10-17 22:42:20 EXEC SQL INCLUDE syntax
Previous Message Joshua D. Drake 2003-10-17 19:51:08 Re: connecting to external database tables outside of