Re: From select to delete

Поиск
Список
Период
Сортировка
От Alban Hertroys
Тема Re: From select to delete
Дата
Msg-id 48E030EF-9E06-4D30-9088-958DA960C265@gmail.com
обсуждение исходный текст
Ответ на Re: From select to delete  (Alexander Farber <alexander.farber@gmail.com>)
Ответы Re: From select to delete
Список pgsql-general
On 28 Oct 2011, at 19:02, Alexander Farber wrote:

> I'll try that.
>
> My own 3 commands suggested above fail with
>
> Foreign key violation: 7 ERROR: update or delete on table "pref_games"
> violates foreign key constraint "pref_scores_gid_fkey" on table
> "pref_scores" DETAIL: Key (gid)=(1998) is still referenced from table
> "pref_scores". CONTEXT: SQL statement "delete from pref_games where
> gid in (select gid from pref_scores where id= $1 )"


It would without cascades defined, yeah. Did you skip over the first paragraph of David's reply?

Alban Hertroys

--
If you can't see the forest for the trees,
cut the trees and you'll see there is no forest.


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

Предыдущее
От: Craig Ringer
Дата:
Сообщение: Re: PG_DUMP error : unexpected chunk number
Следующее
От: Gavin Flower
Дата:
Сообщение: Re: nextval skips values between consecutive calls