Re: [HACKERS] PostgreSQL Backend as SW Gateway to Oracle - Mailing list pgsql-hackers

From Armin Schloesser
Subject Re: [HACKERS] PostgreSQL Backend as SW Gateway to Oracle
Date
Msg-id Pine.LNX.3.95.980709155320.13426A-100000@papkas
Whole thread Raw
In response to Re: [HACKERS] PostgreSQL Backend as SW Gateway to Oracle  ("Thomas G. Lockhart" <lockhart@alumni.caltech.edu>)
List pgsql-hackers
Hello Tom,

exactly what I think should be done first.

Build a clear interface between the parsing and I think the execution step
of the postgres backend to hook in own stuff to interface to an
arbritrary other database or even other implemention of the real
hard word of storing and getting the data.

Greetings,

armin


==============================================================================
Philips Automation Projects               Phone:  +49 561 501 1395
Miramstr. 87                              Fax:    +49 561 501 1688
34123 Kassel                              Email:  armin@ap-kas.ie.philips.com
Germany
==============================================================================

On Thu, 9 Jul 1998, Thomas G. Lockhart wrote:

>
> I don't have a particular interest in the Oracle gw, but am interested
> in getting simultaneous multiple db access within Postgres. I had been
> thinking of trying to implement this as a Postgres "master database"
> with hooks deeper in the backend to call out to a remote database as a
> separate session. Sort of like Ingres implemented their distributed
> databases. Haven't done anything with it though...
>
>                        - Tom
>


pgsql-hackers by date:

Previous
From: David Hartwig
Date:
Subject: Re: [INTERFACES] Re: [HACKERS] Access & Postgres
Next
From: Egon Schmid
Date:
Subject: InitPostgres() fails through libpq