Re: Schema design question

Поиск
Список
Период
Сортировка
От Matt Miller
Тема Re: Schema design question
Дата
Msg-id 1124314504.3074.67.camel@dbamm01-linux
обсуждение исходный текст
Ответ на Re: Schema design question  (Bill Moseley <moseley@hank.org>)
Список pgsql-general
On Wed, 2005-08-17 at 13:40 -0700, Bill Moseley wrote:
> a course
> and class share so many columns.  ...and
> I worry about changing a column type on one table and forgetting to
> change it on the other table.

Postgres types might help here.  You could probably create a type that
contains the common columns, and then embed that type where you need it.

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

Предыдущее
От: Mike Rylander
Дата:
Сообщение: Re: speeding up a query on a large table
Следующее
От: Fernando Lujan
Дата:
Сообщение: Re: [despammed] Generating random values.