Re: Comparing Oracle vs Postgres Fwd: [ADMIN] Database replication to 50-80 nodes

From: Jaime Casanova <jaime(at)2ndquadrant(dot)com>
To: Ian Lawrence Barwick <barwick(at)gmail(dot)com>
Cc: Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Comparing Oracle vs Postgres Fwd: [ADMIN] Database replication to 50-80 nodes
Date: 2013-10-03 23:35:31
Message-ID: CAJKUy5gqcEiTnnDNzSK=6xzcCSOfcODvF4u27o5Fx5vi1FhLTQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Oct 3, 2013 at 5:40 PM, Ian Lawrence Barwick <barwick(at)gmail(dot)com> wrote:
> 2013/10/4 Jaime Casanova <jaime(at)2ndquadrant(dot)com>:
>> what version of postgres is this? starting in 9.3 you can create
>> foreign tables between postgres databases, before that you can create
>> a foreing server and use the functions from th dblink module to
>> connect to that server and query the table on it
>
> Read-only foreign tables have been available since 9.1, it's writeable foreign
> tables which were introduced in 9.3.
>

and the postgres_fdw

--
Jaime Casanova www.2ndQuadrant.com
Professional PostgreSQL: Soporte 24x7 y capacitación
Phone: +593 4 5107566 Cell: +593 987171157

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Michal TOMA 2013-10-04 05:54:10 Re: pg_xlog size growing untill it fills the partition
Previous Message Ian Lawrence Barwick 2013-10-03 22:40:54 Re: Comparing Oracle vs Postgres Fwd: [ADMIN] Database replication to 50-80 nodes