Re: Sharing data between databases

From: Craig Ringer <craig(at)postnewspapers(dot)com(dot)au>
To: Tim Uckun <timuckun(at)gmail(dot)com>
Cc: John R Pierce <pierce(at)hogranch(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Sharing data between databases
Date: 2011-05-13 05:17:22
Message-ID: 4DCCBEE2.7070606@postnewspapers.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 05/13/2011 11:38 AM, Tim Uckun wrote:

> That's an interesting idea. Since I am building this app from scratch
> I suppose I could create different schemas for different applications
> instead of using different databases. I wonder how rails and active
> record can deal with that. I'll take a look and see.
>
> I am presuming of course that one can query across schemas.

Yep, no problem at all with that, schema just let you categorize
tables/functions/etc into namespaces.

--
Craig Ringer

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alban Hertroys 2011-05-13 06:35:48 Re: insert order question
Previous Message John R Pierce 2011-05-13 04:05:55 Re: Sharing data between databases