Re: Database Design Question

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: John R Pierce <pierce(at)hogranch(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Database Design Question
Date: 2011-02-02 19:24:31
Message-ID: 1296674671.18411.56.camel@jd-desktop
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, 2011-02-02 at 11:08 -0800, John R Pierce wrote:
> On 02/02/11 10:32 AM, Carlos Mennens wrote:

> I would create a seperate database for each thing that has nothing to do
> with the other things. I doubt mediawiki and phpbb will ever share
> any data, they are totally different applications, each is a self
> contained world. ditto your webmail. the other item there,
> 'software', well, I have no idea what that means specifically.

Forget separate databases. Use separate users with schemas.

JD

>
>

--
PostgreSQL.org Major Contributor
Command Prompt, Inc: http://www.commandprompt.com/ - 509.416.6579
Consulting, Training, Support, Custom Development, Engineering
http://twitter.com/cmdpromptinc | http://identi.ca/commandprompt

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John R Pierce 2011-02-02 19:44:51 Re: Database Design Question
Previous Message David Johnston 2011-02-02 19:24:11 Re: Database Design Question