Re: Talking with other Dbases.

From: "Keith G(dot) Murphy" <keithmur(at)mindspring(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Talking with other Dbases.
Date: 2000-09-29 14:11:42
Message-ID: 39D4A31E.A3DFEF2B@mindspring.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Daryl Chance wrote:
>
> Hi,
>
> I'm pretty new to PgSQL (been lurking) and am wondering if
> it's possible to talk with other DB's easily? I'm using
> FreeBSD atm and the project I'm working on will be moving
> from dbase to postgres in the next release. It will also
> have a web based side to it that I plan on using MySQL for
> possibly, since all it's going to do is return records.
> (I have yet to do some testing between postgres and mysql
> to determine if pgsql would be sufficient or mysql would
> work better).
>
> Is it possible to write data to other databases? Also
> is it possible to get a secure connection between 2 postgres
> databases, or other databases for that matter? Either through
> ssh or Kerberos(sp?) etc etc.
>
I take it your application is talking to postgresql, and you want
postgresql to write automatically to mysql?

Why not just have the application do both? You won't get the integrity
of transactions, but mysql doesn't give you that anyway... ;-)

Pardon me if I misunderstood what you were trying to do.

> Thanks,
> --------------------------------------------------------
> | Daryl Chance | I have made this letter longer then |
> | Valuedata, LLC | usual because I lacked the time to |
> | Memphis, TN | make it shorter. -- Blaise Pascal |
> --------------------------------------------------------

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2000-09-29 14:21:30 Re: Login Problems.
Previous Message Gunnar R|nning 2000-09-29 13:59:43 Re: Re: JDBC Performance