Re: [pg-sql] - Problem with duplicate table (PostgreSQL 7.2.3

From: Stephan Szabo <sszabo(at)megazone(dot)bigpanda(dot)com>
To: Benoît Bournon <benoit(dot)bournon(at)adelis(dot)com>
Cc: BenLaKnet <benlaknet(at)icqmail(dot)com>, <pgsql-sql(at)postgresql(dot)org>
Subject: Re: [pg-sql] - Problem with duplicate table (PostgreSQL 7.2.3
Date: 2003-08-11 13:14:58
Message-ID: 20030811061208.T72304-100000@megazone.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql


On Mon, 11 Aug 2003, [ISO-8859-1] Benot Bournon wrote:

> No trigger
>
> Just triggers for foreign key in spectacle and none in spectacle_v
>
> How is it possible to verify triggers for foreign keys ?

Generally a select on pg_trigger. Each foreign key should have 3
triggers, 1 on the referencing table and 2 on the referenced. You find the
tables involved by crossreferencing tgrelid against the oid of the row
in pg_class.

Can you send the results of a pg_dump -s?

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Stephan Szabo 2003-08-11 13:29:22 Re: sub-sel/group problem
Previous Message Eric Anderson Vianet SAO 2003-08-11 11:36:28 update system table?