Re: Migrating from Informix to Postgre

From: Herbert Liechti <herbie(at)thinx(dot)ch>
To: Dinesh Anchan <dinesh(at)pinksheets(dot)com>
Cc: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: Migrating from Informix to Postgre
Date: 2002-10-18 20:30:14
Message-ID: Pine.LNX.4.33.0210182226310.6349-100000@standbyme.thinx.ch
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, 18 Oct 2002, Dinesh Anchan wrote:

> Thank you for your response.
>
> I understand that it is not heterogenous. Is it open?
>
> Let's say, I am running a transaction in Informix and part of that
> transaction has to update another database which is running on Postgre. Is
> this possible? Informix claims that it supports heterogenous transactions
> as long as other participating database servers are capable of doing so.

You can do that on the application level. Perl i.e. is capable to
handle several db-connections.

Best regards
Herbie

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Hunter Hillegas 2002-10-18 20:51:55 Building on OS X 10.2 Jaguar
Previous Message Joe Conway 2002-10-18 20:19:52 Re: How to get the primary key fields?