Modular application needing additional columns?

Поиск
Список
Период
Сортировка
От Leif K-Brooks
Тема Modular application needing additional columns?
Дата
Msg-id 40351F72.4060707@ecritters.biz
обсуждение исходный текст
Список pgsql-general
I'm writing an application with PostgreSQL as the database which I would
like to be as modular as possible. It will have various modules, each of
which will have their own database schema. A module with users might
define a user table, but an RPG module would want the user table to have
a column for money.  I don't want the users module to know about the RPG
module beforehand, so it can't have the money column. Should the RPG
module subclass the user table and make other modules use its subclass
from now on? Should it just add the column when it's installed? What
have others done?

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

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: PostgreSQL on Windows
Следующее
От: "Roopali Sharma"
Дата:
Сообщение: pg_restore problem