Re: Pet Peeves

From: Dean Rasheed <dean_rasheed(at)hotmail(dot)com>
To: <gryzman(at)gmail(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Pet Peeves
Date: 2009-02-01 12:06:33
Message-ID: COL114-W64D49948CFA13AD15CBE6AF2C40@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Grzegorz Jaśkiewicz 2009-02-01 12:13:37 Re: Pet Peeves
Previous Message Tino Wildenhain 2009-02-01 11:53:25 Re: Need some help converting MS SQL stored proc to postgres function