Re: [SQL] Concurrency problem

Поиск
Список
Период
Сортировка
От Gerhard Dieringer
Тема Re: [SQL] Concurrency problem
Дата
Msg-id s89ad866.029@kopo001
обсуждение исходный текст
Ответы Re: [SQL] Concurrency problem
Список pgsql-sql
Jan Wieck <wieck@debis.com> wrote:

>    You  cannot  use  a  regular trigger because of your circular
>    dependency. What you really need to insure integrity  is  the
>    FOREIGN  KEY  support  coming  with 7.0. It is implemented as
>    triggers too, but they are handled a little different by  the
>    trigger  manager  and  their  execution  can be delayed until
>    COMMIT.

I am also waiting for foreign key support so my question is:

When will version 7.0 be available for download?

Thank you


-------------
Gerhard




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

Предыдущее
От: wieck@debis.com (Jan Wieck)
Дата:
Сообщение: Re: [SQL] Concurrency problem
Следующее
От: Postgres SQL
Дата:
Сообщение: expensive query