Re: System Table Query

From: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
To: John Bell <jbellpostgres(at)yahoo(dot)com(dot)au>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: System Table Query
Date: 2002-03-08 05:32:22
Message-ID: 20020307213043.T94608-100000@megazone23.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


On Fri, 8 Mar 2002, [iso-8859-1] John Bell wrote:

> Can anyone tell me where the ON DELETE <action> and ON
> UPDATE <action> rules for foreign keys are stored in
> the system tables. I would have expected to find them
> in one of the relevent pg_trigger entries (ie. one
> with a tgtype of 9, 17 or 21). However there is no
> difference in these entries regardless of the value of
> <action>. I have also scoured other system tables to
> no avail.

It's based on the function called by the trigger (tgfoid).

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John Bell 2002-03-08 06:31:36 Re: System Table Query
Previous Message Samik Raychauhduri 2002-03-08 05:04:36 Re: NEWBIE: Date format/timestamp issue ?