Re: Changing the concept of a DATABASE

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Changing the concept of a DATABASE
Дата
Msg-id 4FBBCA71.3080505@agliodbs.com
обсуждение исходный текст
Ответ на Changing the concept of a DATABASE  (Simon Riggs <simon@2ndQuadrant.com>)
Ответы Re: Changing the concept of a DATABASE  (Simon Riggs <simon@2ndQuadrant.com>)
Список pgsql-hackers
> 1. Ability to have a Role that can only access one Database
> 
> 2. Allow user info to be dumped with a database, to make a db
> completely self-consistent
> 
> 3. Allow databases to be transportable
> 
> 4. Allow users to access tables in >1 database easily, with appropriate rights.

The last requirement seems completely contradictory to the other three.Either we're trying to make databases even more
isolatedas
 
multi-tenant Catalogs, or we're not.  Trying to do both at the same time
is failure-by-design.

Given that we offer schema as an alternative to multiple databases, and
users are starting to get used to them, I think that requirement (4) is
just a bad idea, and not worth pursuing, except in the context of pgsql_fdw.

-- 
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com


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

Предыдущее
От: David Fetter
Дата:
Сообщение: Re: How could we make it simple to access the log as a table?
Следующее
От: Jeff Janes
Дата:
Сообщение: Add primary key/unique constraint using prefix columns of an index