Re: [HACKERS] PostgreSQL Backend as SW Gateway to Oracle

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: armin(at)ap-kas(dot)ie(dot)philips(dot)com (Dr(dot) Armin Schloesser)
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] PostgreSQL Backend as SW Gateway to Oracle
Date: 1998-07-09 03:32:35
Message-ID: 199807090332.XAA05448@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

(still using the libpg). > > Now after this lengthy introduction my
questions: > > 1 Could you give me more information on how and where to
hook into the backend code to implement this > > stuff. > > 2 Is
there anyone outside that will be interested also in this approach. > >
3 Are you interested in getting back the new stuff > > Thanks a lot for
your patience!! > > Greetings, > > Dr. Armin. Schloesser > >

[See what happens when you send lines >80.]

You want to use libpq to send that through the backend, and then pass it
to Oracle. Some people have asked for this, but I know of know way to
accomplish this. Your best be would be to create a fake libpq, that has
the same function names/behavior, but calls native Oracle C functions.

--
Bruce Momjian | 830 Blythe Avenue
maillist(at)candle(dot)pha(dot)pa(dot)us | Drexel Hill, Pennsylvania 19026
+ If your life is a hard drive, | (610) 353-9879(w)
+ Christ can be your backup. | (610) 853-3000(h)

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-07-09 04:11:32 Re: [GENERAL] translate "bug"?
Previous Message ocie 1998-07-09 01:04:49 Re: [HACKERS] Some items for the TODO list