From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Marko Kreen <marko(at)l-t(dot)ee> |
Cc: | The Hermit Hacker <scrappy(at)hub(dot)org>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Re: MySQL and BerkleyDB (fwd) |
Date: | 2001-01-22 16:27:03 |
Message-ID: | 21729.980180823@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
> On Mon, Jan 22, 2001 at 11:30:17AM -0400, The Hermit Hacker wrote:
>> Is anyone looking at doing this? Is this purely a MySQL-ism, or is it
>> something that everyone else has except us?
Think "schema". I don't foresee supporting joins across multiple
databases any time soon (unless someone wants to resurrect the old
Mariposa code), but once we have schemas you can put things into
different schemas of one database and get most of the user-level
benefit of multiple databases, while still being able to join to
things that are in other schemas.
I haven't looked hard at what it will take to do schemas, but it's
high on my priority list for 7.2. Ross Reedstrom has already done
some preliminary work ...
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Zeugswetter Andreas SB | 2001-01-22 16:28:49 | AW: Re: MySQL and BerkleyDB (fwd) |
Previous Message | Pete Forman | 2001-01-22 16:19:36 | Re: FW: Postgresql on win32 |