Re: dblinks?

From: "Guy Rouillier" <guyr(at)masergy(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Re: dblinks?
Date: 2005-03-27 23:42:58
Message-ID: CC1CF380F4D70844B01D45982E671B2348E755@mtxexch01.add0.masergy.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Mark Greenbank wrote:
> Hi,
>
> I'm interested in deploying PostgreSQL in a production application
> but I'd like to know if the following features are available:
> - dblinks

Yes, see the dblink contrib module.

> - partition tables

Not declaratively. This topic is discussed very frequently; search the
archives for an extended discussion earlier this month under the subject
"Partitioning." Currently with PG, you can have "roll your own"
partitioning, and inherited tables help with this.

--
Guy Rouillier

Browse pgsql-general by date

  From Date Subject
Next Message Guy Rouillier 2005-03-28 00:02:25 Re: Debugging deadlocks
Previous Message Bill Moran 2005-03-27 23:39:42 Re: Questions regarding interaction of stored functions