Re: Primary key reference count

Поиск
Список
Период
Сортировка
От Wiebe Cazemier
Тема Re: Primary key reference count
Дата
Msg-id e25e6v$om6$1@sea.gmane.org
обсуждение исходный текст
Ответ на Primary key reference count  (Wiebe Cazemier <halfgaar@gmx.net>)
Список pgsql-sql
On Wednesday 19 April 2006 15:09, A. Kretschmer wrote:

> Yes,
> http://www.postgresql.org/docs/8.1/interactive/catalog-pg-constraint.html

Either I'm blind, or this is not what I'm looking for. I need to know the
amount of references _to_ a primary key. If you have a customer with two
orders and one invoice, the reference count for the primary key of the
custormer would be 3.

I need to know if I can delete rows which are not referenced anywhere, without
catching the relational constraint exception. The reason I can't catch the
exception, is that I want the exception to arrive at my application and/or
tests.



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

Предыдущее
От: "A. Kretschmer"
Дата:
Сообщение: Re: Primary key reference count
Следующее
От: Wiebe Cazemier
Дата:
Сообщение: Re: Primary key reference count