SCHEMA's - Mailing list pgsql-sql

From Hepworth, Mike
Subject SCHEMA's
Date
Msg-id BA4D671159071C49929FCB5CCCDB9D070144C4@sl2exc1.sl2server.power.bellhow.com
Whole thread Raw
Responses Re: SCHEMA's  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-sql
Need some help with schema's.

I want to be able make a user have a default schema other than public.

I want to be able to have several schema's with the same group of tables
define in each one.

(Example)
schema a (users 1,2,3)table atable btable c
schema b (users 4,5,6)table atable btable c
schema c (users 7,8,9)table atable btable c

When a user logs into the database they will go to there default schema and
not the public schema.

(Example)
User 5 logs in and by default uses a, b, c tables under schema b.

Any ideas?

Thanks,

Mike Hepworth.....


pgsql-sql by date:

Previous
From: Greg Stark
Date:
Subject: Re: Forcing query to use an index
Next
From: Tom Lane
Date:
Subject: Re: SCHEMA's