Re: Triggering a function on table overwrite - Mailing list pgsql-general

From Thomas Kellerer
Subject Re: Triggering a function on table overwrite
Date
Msg-id jgo77v$49o$1@dough.gmane.org
Whole thread Raw
In response to Re: Triggering a function on table overwrite  (Misa Simic <misa.simic@gmail.com>)
Responses Re: Triggering a function on table overwrite
List pgsql-general
Misa Simic, 06.02.2012 10:35:
> Hi Bob,
>
> I guess with "overwrite the table" you mean to fill some columns with your values in trigger...
>
> If that is the case, in docs is example:
>
> http://www.postgresql.org/docs/8.1/static/plpgsql-trigger.html
>
> Kind Regards,


Please do not link to outdated documentation, use "current" instead of the version number:

http://www.postgresql.org/docs/current/static/plpgsql-trigger.html

pgsql-general by date:

Previous
From: Misa Simic
Date:
Subject: Re: Triggering a function on table overwrite
Next
From: Chris Angelico
Date:
Subject: Re: Triggering a function on table overwrite