With latest CVS, rules regress test is failing with
-- Test for constraint updates/deletes -- insert into rtest_system values ('orion', 'Linux Jan Wieck');
+ ERROR: You can't change view relation rtest_system insert into rtest_system values ('notjw', 'WinNT Jan Wieck
(notebook)');
+ ERROR: You can't change view relation rtest_system insert into rtest_system values ('neptun', 'Fileserver');
+ ERROR: You can't change view relation rtest_system insert into rtest_interface values ('orion', 'eth0'); insert into
rtest_interfacevalues ('orion', 'eth1'); insert into rtest_interface values ('notjw', 'eth0'); insert into
rtest_interfacevalues ('neptun', 'eth0'); insert into rtest_person values ('jw', 'Jan Wieck');
+ ERROR: You can't change view relation rtest_person insert into rtest_person values ('bm', 'Bruce Momjian');
+ ERROR: You can't change view relation rtest_person insert into rtest_admin values ('jw', 'orion'); insert into
rtest_adminvalues ('jw', 'notjw'); insert into rtest_admin values ('bm', 'neptun'); update rtest_system set sysname =
'pluto'where sysname = 'neptun';
+ NOTICE: mdopen: couldn't open rtest_system: No such file or directory
+ ERROR: cannot open relation rtest_system select * from rtest_interface; sysname | ifname
and it goes downhill from there...
regards, tom lane