Re: [UMN_MAPSERVER-USERS] query postgres AND oracle

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "John Smith" <jayzee(dot)smith(at)gmail(dot)com>
Cc: "PostgreSQL General" <pgsql-general(at)postgresql(dot)org>, MAPSERVER-USERS(at)lists(dot)umn(dot)edu
Subject: Re: [UMN_MAPSERVER-USERS] query postgres AND oracle
Date: 2008-02-02 21:08:29
Message-ID: 10514.1201986509@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"John Smith" <jayzee(dot)smith(at)gmail(dot)com> writes:
> thanks. thought dbi-link could only connect across postgres databases,
> didn't realize it can connect postgres AND oracle. will look into it.

No, you're confusing it with dblink, which is Postgres-specific.
dbi-link relies on the Perl DBI layer, so it should be able to talk
to anything for which you can find a DBD driver. It's a completely
different programming model though, and doesn't expose as much
flexibility as dblink does.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Webb Sprague 2008-02-02 21:22:45 Re: arrays of floating point numbers / linear algebra operations into the DB
Previous Message John Smith 2008-02-02 20:43:52 Re: [UMN_MAPSERVER-USERS] query postgres AND oracle