On Fri, May 9, 2008 at 9:36 AM, Andreas Neumann <[EMAIL PROTECTED]> wrote:
> Hi Dave,
>
> You are right about the complexity of rules and triggers. But isn't that
> the same with tables as well?
That's true, but is quite rare. With views the problem is almost
always lurking just around the corner
Hi Dave,
You are right about the complexity of rules and triggers. But isn't that
the same with tables as well? Triggers and rules also work on plain
tables and may effect other columns in the same table and other records
as well. So in my opinion there isn't much difference between tables and
On Tue, May 6, 2008 at 9:05 PM, Andreas Neumann <[EMAIL PROTECTED]> wrote:
> Hi Dave,
>
> Thank you for letting me know about the situation. Can you estimate how
> much work it would be to implement editable views? Maybe based on the
> experience with the editable tables? Maybe we can find a few i
Hi Dave,
Thank you for letting me know about the situation. Can you estimate how
much work it would be to implement editable views? Maybe based on the
experience with the editable tables? Maybe we can find a few interested
parties paying for the development of this feature?
Andreas
Dave Pag
On Tue, May 6, 2008 at 1:57 PM, Andreas Neumann <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> My understanding is that editing views with the EditGrid (similar to
> editing tables) is currently unsupported. I would be very interested to
> have this feature in an upcoming version of pgadmin3. I prepared
Hi all,
My understanding is that editing views with the EditGrid (similar to
editing tables) is currently unsupported. I would be very interested to
have this feature in an upcoming version of pgadmin3. I prepared some
views and their corresponding insert/update/delete rules but can't edit
the vie