Re: referential integrity violation

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: referential integrity violation
Дата
Msg-id Pine.BSF.4.21.0107300950470.95589-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на referential integrity violation  (tony <tony@animaproductions.com>)
Список pgsql-general
It means that the particular key value that is used in the referencing
table does not have an associated value in the referenced table,
not the columns themselves.

On 30 Jul 2001, tony wrote:

> Hello,
>
> While copying from a text file of tab delimited data I am getting
> " ERROR: <unnamed> referential integrity violation - key referenced
> from films not found in sales"
>
> The salesid field
> salesid INTEGER PRIMARY KEY DEFAULT NEXTVAL('sales_serial')
>
> exists
>


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

Предыдущее
От: Mike Finn
Дата:
Сообщение: Unexpected *ABORT STATE*
Следующее
От: Barry Lind
Дата:
Сообщение: Re: Re: "Oracle's ROWNUM"