Re: Postgres v MySQL 5.0 - Mailing list pgsql-advocacy

From Magnus Hagander
Subject Re: Postgres v MySQL 5.0
Date
Msg-id 6BCB9D8A16AC4241919521715F4D8BCEA358C4@algol.sollentuna.se
Whole thread Raw
In response to Re: Postgres v MySQL 5.0  (Josh Berkus <josh@agliodbs.com>)
List pgsql-advocacy
> > a very handy thing in mysql is FEDERATED tables that allows one to
> > open a channel from one MySQL-server to another
> MySQL-server. Does PG
> > have anything similar?
>
> Yes, and for far more than MySQL covers:
>
> dblink:  /contrib/tablefunc in your PostgreSQL source
> dbi-link: http://pgfoundry.org/projects/dbi-link
>    (note that this allows connecting to *any* tabular data
> source) oracle link: http://pgfoundry.org/projects/oralink
> mssql link: http://pgfoundry.org/projects/dblink-tds/

<shameless plub>
dblink-ldap: http://pgfoundry.org/projects/dblink-ldap

//Magnus

pgsql-advocacy by date:

Previous
From: Lukas Kahwe Smith
Date:
Subject: Re: Postgres v MySQL 5.0
Next
From: "Magnus Hagander"
Date:
Subject: Re: On what we want to support: infrastructure?