Re: TCL trigger doesn't work after deleting a column

From: Josué Maldonado <josue(at)lamundial(dot)hn>
To: Jan Wieck <JanWieck(at)Yahoo(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: TCL trigger doesn't work after deleting a column
Date: 2003-09-04 20:17:52
Message-ID: 3F579DF0.1010503@lamundial.hn
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi Jan,

You are right, that's why the loop doesn't goes through all the columns.

Thanks.

Jan Wieck wrote:

> The arrays NEW and OLD only contain entries for attributes in the
> respective rows that are not NULL. The list $TG_relatts contains a list
> of all column names of the triggering relation with a leading empty
> element (to make the index in that list reflect pg_attribute.attnum).

--
Josué Maldonado.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Stephan Szabo 2003-09-04 20:26:31 Re: Optimizer picks an ineffient plan
Previous Message Jan Wieck 2003-09-04 19:45:39 Re: TCL trigger doesn't work after deleting a column