From: | Tim Uckun <timuckun(at)gmail(dot)com> |
---|---|
To: | Craig Ringer <craig(at)postnewspapers(dot)com(dot)au> |
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 03:38:18 |
Message-ID: | BANLkTins6X93P2eVD8mJUa3Cs0rmotgYAQ@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
>
> I sometimes think it'd be nice if Pg offered the ability to translate schema
> to "databases", so it runs with a single database and multiple schema, and
> you "connect" to a schema, MySQL style. It'd help people who want to use
> multiple databases on a machine and query between them, though of course
> it'd do nothing for people who want to do inter-machine or inter-instance
> queries.
>
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.
From | Date | Subject | |
---|---|---|---|
Next Message | John R Pierce | 2011-05-13 04:05:55 | Re: Sharing data between databases |
Previous Message | Craig Ringer | 2011-05-13 03:13:26 | Re: Sharing data between databases |