Re: Problem:Row Versioning with multiple field Primary Key

Поиск
Список
Период
Сортировка
От Cedar Cox
Тема Re: Problem:Row Versioning with multiple field Primary Key
Дата
Msg-id Pine.LNX.4.21.0107301753050.16618-100000@nanu.visionforisrael.com
обсуждение исходный текст
Ответ на Problem:Row Versioning with multiple field Primary Key  (DI Hasenöhrl <i.hasenoehrl@aon.at>)
Ответы Re: Problem:Row Versioning with multiple field Primary Key  (Cedar Cox <cedarc@visionforisrael.com>)
Список pgsql-odbc
From the reference manual:

REFERENCES Constraint

[ CONSTRAINT constraint_name ] REFERENCES reftable [ ( refcolumn ) ]
    [ MATCH matchtype ]
    [ ON DELETE action ]
    [ ON UPDATE action ]
    [ [ NOT ] DEFERRABLE ]
    [ INITIALLY checktime ]

The refcolumn doesn't need to be the primary key.  Do you just want to
have referential integrity between your two (or more) unique fields (the
ones you originally used as the primary key) and some other table(s)?

-Cedar

On Mon, 30 Jul 2001, DI Hasenöhrl wrote:

> Hi,
> I use postgresql 7.0.2 with ODBC 7.1.0003 as backend and MsAccess97 as frontend.
> In order to be able to work with float and numeric values I must enable Row Versioning, but this only works with
singlefield primary keys. 
> In my database design I use multiple field primary keys and also multiple field foreign keys.
> For enabling Row Versioning I changed the multiple field Primary keys to a *dummy* single field primary key and
createdunique indexes but how can I realize referential integrity on these unique indexes??????????? 
> I can imagine to handle referential integrity with triggers. Is there another, better solution for this problem?
>
> Please, let me know where I can find some hints :-)
> Kind regards
> Irina
>
> E-Mail: i.hasenoehrl@aon.at
>


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

Предыдущее
От: DI Hasenöhrl
Дата:
Сообщение: Problem:Row Versioning with multiple field Primary Key
Следующее
От: Cedar Cox
Дата:
Сообщение: Re: Problem:Row Versioning with multiple field Primary Key