Re: [GENERAL] INSTEAD rule bug? - Mailing list pgsql-bugs

From Dmitry Tkach
Subject Re: [GENERAL] INSTEAD rule bug?
Date
Msg-id 3F145BD9.5030706@openratings.com
Whole thread Raw
In response to Re: [GENERAL] INSTEAD rule bug?  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [GENERAL] INSTEAD rule bug?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
Tom Lane wrote:

>Dmitry Tkach <dmitry@openratings.com> writes:
>
>
>>Ok... What's wrong with this one then
>>
>>
>
>
>
>>testdb=# insert into test values (null, null);
>>ERROR:  ExecInsert: Fail to add null value in not null attribute x
>>
>>
>
>Try inserting into test_view ...
>
>            regards, tom lane
>
>
Damn!
Sorry about that....

Actually, believe it or not, I do actually have a similar problem on
7.2.4...
I was just trying to reproduce it with a simple example, and screwed up
the insert statement... :-(
Sorry...

I just checked this example on 7.2, and it works fine...

But what the hell is my problem then??? I swear, I do insert into the
view there :-)
It's a really huge view, looking at a whole bunch of different tables...
I'd hate having to post the whole thing...


Dima



pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: [GENERAL] INSTEAD rule bug?
Next
From: Tom Lane
Date:
Subject: Re: [GENERAL] INSTEAD rule bug?