Re: Sharing data between databases - Mailing list pgsql-general

From Craig Ringer
Subject Re: Sharing data between databases
Date
Msg-id 4DCCBEE2.7070606@postnewspapers.com.au
Whole thread Raw
In response to Re: Sharing data between databases  (Tim Uckun <timuckun@gmail.com>)
List 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

pgsql-general by date:

Previous
From: John R Pierce
Date:
Subject: Re: Sharing data between databases
Next
From: Alban Hertroys
Date:
Subject: Re: insert order question