Re: Trigger for updating view with join - Mailing list pgsql-sql

From Dmitry Morozovsky
Subject Re: Trigger for updating view with join
Date
Msg-id alpine.BSF.2.00.1309040919030.75311@woozle.rinet.ru
Whole thread Raw
In response to Trigger for updating view with join  (Dmitry Morozovsky <marck@rinet.ru>)
Responses Re: Trigger for updating view with join  (Dmitry Morozovsky <marck@rinet.ru>)
List pgsql-sql
On Wed, 4 Sep 2013, Dmitry Morozovsky wrote:

> Dear colleagues,
> 
> I'm running Pg 9.1 and have schema like the following:

[snip]

> I understand I should use smth like 
> 
> create trigger fsl_update instead of insert or update on fsl ...
> 
> but till now did not succeed in it.  Quick googlink did not help either.

Argh.  My google-fu is definitely low in the night ;)

for the record: it's right at 
http://www.postgresql.org/docs/9.1/static/plpgsql-trigger.html 
example 39-5

Sorry for the noise.

-- 
Sincerely,
D.Marck                                     [DM5020, MCK-RIPE, DM3-RIPN]
[ FreeBSD committer:                                 marck@FreeBSD.org ]
------------------------------------------------------------------------
*** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru ***
------------------------------------------------------------------------



pgsql-sql by date:

Previous
From: Dmitry Morozovsky
Date:
Subject: Trigger for updating view with join
Next
From: Dmitry Morozovsky
Date:
Subject: Re: Trigger for updating view with join