Re: v7.2 triggers and foreign keys - Mailing list pgsql-sql

From Richard Huxton
Subject Re: v7.2 triggers and foreign keys
Date
Msg-id 40ADB9B8.3000600@archonet.com
Whole thread Raw
In response to v7.2 triggers and foreign keys  ("Paul Gimpelj" <pgimpelj@sympatico.ca>)
List pgsql-sql
Paul Gimpelj wrote:
> Hi,
> 
> I have two tables a and b.; b references a.
> I used pgaccess to create tables.
> and psql to create the triggers and foreign keys. a has sequential id, and primary key same column.
> 
> As constraints they were implicit, and cascade was off.
> 
> On delete of the of a b row, postgres also deleted the a table row.

You'll need to show the table definitions (with foreign keys etc) and 
also trigger definitions (use "\d table_a" in psql or "pg_dump 
--schema-only -t tablename")


--   Richard Huxton  Archonet Ltd


pgsql-sql by date:

Previous
From: Tom Lane
Date:
Subject: Re: OR clause causing strange index performance
Next
From: Jeff Post
Date:
Subject: Preventing Deletions with triggers