Re: Updatable Views - DEFAULT doesn't inherit from table???

Поиск
Список
Период
Сортировка
От Csaba Együd
Тема Re: Updatable Views - DEFAULT doesn't inherit from table???
Дата
Msg-id ghbclp$17kr$1@news.hub.org
обсуждение исходный текст
Ответ на Re: Updatable Views - DEFAULT doesn't inherit from table???  ("Grzegorz Jaśkiewicz" <gryzman@gmail.com>)
Ответы Re: Updatable Views - DEFAULT doesn't inherit from table???  ("Grzegorz Jaśkiewicz" <gryzman@gmail.com>)
Список pgsql-general
""Grzegorz Jaśkiewicz"" <gryzman@gmail.com> a következőket írta üzenetében
news:2f4958ff0812050549p6b86bc1dqc81c9bc726617198@mail.gmail.com...
> maybe that constraint ?? CONSTRAINT fk_products_qtyunitid FOREIGN KEY
> (qtyunitid)  REFERENCES whm.qtyunits (id) MATCH FULL  ON UPDATE
> CASCADE ON DELETE CASCADE,
>
> Also, that table seem to be far away from perfect, too many fields,
> you should chop it into few smaller tables.
>
>
> 2008/12/5 Csaba Együd <csegyud@gmail.com>:

Hi, thx for your reply too. Not that I guess because there is a default row
in qtyunits with id=-1.

Too many fields: How would you chop this table?

thx,
-- Csaba


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

Предыдущее
От: Csaba Együd
Дата:
Сообщение: Re: Updatable Views - DEFAULT doesn't inherit from table???
Следующее
От: Glyn Astill
Дата:
Сообщение: Planner picking topsey turvey plan?