Re: Problem with deferred referential integrity checks

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: Problem with deferred referential integrity checks
Дата
Msg-id 20030224230655.H53676-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на Problem with deferred referential integrity checks  (Bob Smith <bsmith@h-e.com>)
Список pgsql-sql
On Mon, 24 Feb 2003, Bob Smith wrote:

> I'm running Postgres 7.2.1 on MacOS X Server 10.1.5.  Here's the

You'll need to update.  There were some intermediate state bugs that were
fixed in 7.3.

> Now try to make a change:
>
>    begin work;
>    delete from table1 where key = 1;
>    insert into table1 values (1, 'Changed Item 1');
>    commit;

Including this one I believe.



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

Предыдущее
От: Rudi Starcevic
Дата:
Сообщение: Sub Select inside Check ?
Следующее
От: Rafal Kedziorski
Дата:
Сообщение: Re: good style?