How to get schema name which violates fk constraint

Поиск
Список
Период
Сортировка
От Andrus
Тема How to get schema name which violates fk constraint
Дата
Msg-id gd2ep9$htj$1@news.hub.org
обсуждение исходный текст
Ответы Re: How to get schema name which violates fk constraint  ("Scott Marlowe" <scott.marlowe@gmail.com>)
Список pgsql-general
FK violation erroro is displayed as

7/23503:ERROR: insert or update on table "summak" violates foreign key
constraint "summak_kontonr_fkey1"
Key (kontonr)=(2421      ) is not present in table "konto".

I have large numbers of schemas all containing tables with same name.

How to determine schema name where error occurs?

Andrus.


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

Предыдущее
От: "Andrus"
Дата:
Сообщение: Optimizing queries with projected columns
Следующее
От: carlos.ohiggins@yahoo.com
Дата:
Сообщение: create parent after children