Re: dblinks? - Mailing list pgsql-general

From Guy Rouillier
Subject Re: dblinks?
Date
Msg-id CC1CF380F4D70844B01D45982E671B2348E755@mtxexch01.add0.masergy.com
Whole thread Raw
In response to dblinks?  (Mark Greenbank <mark.greenbank@gmail.com>)
List 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


pgsql-general by date:

Previous
From: Bill Moran
Date:
Subject: Re: Questions regarding interaction of stored functions
Next
From: "Guy Rouillier"
Date:
Subject: Re: Debugging deadlocks