Re: using schemas to create a virtual DB? - Mailing list pgsql-general

From Shridhar Daithankar
Subject Re: using schemas to create a virtual DB?
Date
Msg-id 200409201421.50348.shridhar@frodo.hserus.net
Whole thread Raw
In response to using schemas to create a virtual DB?  ("Bob Parkinson" <rwp@biome.ac.uk>)
List pgsql-general
On Monday 20 Sep 2004 1:58 pm, Bob Parkinson wrote:
> Hi,
>
> I need to give some partners to a read only subset of my data. I'm
> currently looking at schemas, not something I've looked at or used before.
>
> Can I use schemas to create a virtual DB (built by views) onto my main DB?
> Or is this a dead end thought?

You should look at views. Of course placing all related views in single schema
is a good idea..

 HTH

 Shridhar

pgsql-general by date:

Previous
From: "Bob Parkinson"
Date:
Subject: using schemas to create a virtual DB?
Next
From: Karel Zak
Date:
Subject: Re: Problem in converting int to timestamp value - why?