Re: Dblink and connections to MySQL? - Mailing list pgsql-general

From Joe Conway
Subject Re: Dblink and connections to MySQL?
Date
Msg-id 44F5EDD0.8000107@joeconway.com
Whole thread Raw
In response to Dblink and connections to MySQL?  ("Brian Maguire" <bmaguire@vantage.com>)
List pgsql-general
Brian Maguire wrote:
> Does anyone have any recommendations or experiences on connecting a
> postgres db to a mysql db possibly through dblink or another
> technology?  Does dblink just do postgres to postgres?  There is not a
> lot documentation on that contrib.

What brings you to that conclusion? dblink has more documentation than
most of the rest of the contrib modules. See README.dblink and
contrib/dblink/doc/*. Feel free to contribute more in areas you feel are
lacking...

But yes, dblink is only postgres-to-postgres. There are several spinoffs
that do postgres-to-other-rdbms located on gborg or pgfoundry.

Joe


pgsql-general by date:

Previous
From: Roman Neuhauser
Date:
Subject: Re: Fwd: How to convert a string to bytea?
Next
From: Tony Caduto
Date:
Subject: Re: Dblink and connections to MySQL?