SCHEMA's

Поиск
Список
Период
Сортировка
От Hepworth, Mike
Тема SCHEMA's
Дата
Msg-id BA4D671159071C49929FCB5CCCDB9D070144C4@sl2exc1.sl2server.power.bellhow.com
обсуждение исходный текст
Ответы Re: SCHEMA's  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Greg Stark
Дата:
Сообщение: Re: Forcing query to use an index
Следующее
От: Tom Lane
Дата:
Сообщение: Re: SCHEMA's