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