Re: Using tables in other PostGreSQL database

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: Using tables in other PostGreSQL database
Дата
Msg-id dcc563d10803280837x41a94a9dta3f367a99ccabc3e@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Using tables in other PostGreSQL database  ("Swaminathan Saikumar" <swami@giveexam.com>)
Список pgsql-general
On Thu, Mar 27, 2008 at 11:29 PM, Swaminathan Saikumar
<swami@giveexam.com> wrote:
> I am fairly new to Postgres. However, I have to say that I agree with
> Barry's comments.

The real problem here is that you are not using the db properly.  You
should have one db with all these data in it in different schemas.
PostgreSQL provides you with the ability to segregate these data via
schemas and fine grained (by the table) ACLs.

Your refusal to use multiple schemas in one database due to some
perceived problem with them all being in the same database is what's
causing your issues.

Put your data into various schemas in one database and you can then
use access control to decide who sees what.

В списке pgsql-general по дате отправления:

Предыдущее
От:
Дата:
Сообщение: Re: Users, groups and inheritance questions
Следующее
От: "Teemu Juntunen"
Дата:
Сообщение: Delete after trigger fixing the key of row numbers