Re: Pet Peeves - Mailing list pgsql-general

From Dean Rasheed
Subject Re: Pet Peeves
Date
Msg-id COL114-W64D49948CFA13AD15CBE6AF2C40@phx.gbl
Whole thread Raw
In response to Re: Pet Peeves  (Grzegorz Jaśkiewicz <gryzman@gmail.com>)
Responses Re: Pet Peeves
List pgsql-general
>> - no ability to define triggers on views
>>
>
> maybe because you can't perform insert/delete/update on them ?
>

Actually I was thinking the value of triggers on views is precisely
to allow you to perform insert/delete/update on them.

I know you can do this with rules, but there are cases when a
trigger is much more convienent to work with.

Dean.

_________________________________________________________________
Twice the fun—Share photos while you chat with Windows Live Messenger. Learn more.
http://www.microsoft.com/uk/windows/windowslive/products/messenger.aspx

pgsql-general by date:

Previous
From: Tino Wildenhain
Date:
Subject: Re: Need some help converting MS SQL stored proc to postgres function
Next
From: Grzegorz Jaśkiewicz
Date:
Subject: Re: Pet Peeves