@@ -403,9 +403,9 @@ select * from rtest_admin;
403
403
--
404
404
-- Rule qualification test
405
405
--
406
- insert into rtest_emp values ('wiech ', '5000.00');
406
+ insert into rtest_emp values ('wiecc ', '5000.00');
407
407
insert into rtest_emp values ('gates', '80000.00');
408
- update rtest_emp set ename = 'wiecx' where ename = 'wiech ';
408
+ update rtest_emp set ename = 'wiecx' where ename = 'wiecc ';
409
409
update rtest_emp set ename = 'wieck', salary = '6000.00' where ename = 'wiecx';
410
410
update rtest_emp set salary = '7000.00' where ename = 'wieck';
411
411
delete from rtest_emp where ename = 'gates';
@@ -414,7 +414,7 @@ select ename, who = current_user as "matches user", action, newsal, oldsal from
414
414
----------------------+--------------+------------+------------+------------
415
415
gates | t | fired | $0.00 | $80,000.00
416
416
gates | t | hired | $80,000.00 | $0.00
417
- wiech | t | hired | $5,000.00 | $0.00
417
+ wiecc | t | hired | $5,000.00 | $0.00
418
418
wieck | t | honored | $6,000.00 | $5,000.00
419
419
wieck | t | honored | $7,000.00 | $6,000.00
420
420
(5 rows)
@@ -431,7 +431,7 @@ select ename, who = current_user as "matches user", action, newsal, oldsal from
431
431
maier | t | hired | $5,000.00 | $0.00
432
432
mayr | t | hired | $6,000.00 | $0.00
433
433
meyer | t | hired | $4,000.00 | $0.00
434
- wiech | t | hired | $5,000.00 | $0.00
434
+ wiecc | t | hired | $5,000.00 | $0.00
435
435
wieck | t | honored | $6,000.00 | $5,000.00
436
436
wieck | t | honored | $7,000.00 | $6,000.00
437
437
(8 rows)
@@ -449,7 +449,7 @@ select ename, who = current_user as "matches user", action, newsal, oldsal from
449
449
mayr | t | honored | $7,000.00 | $6,000.00
450
450
meyer | t | hired | $4,000.00 | $0.00
451
451
meyer | t | honored | $5,000.00 | $4,000.00
452
- wiech | t | hired | $5,000.00 | $0.00
452
+ wiecc | t | hired | $5,000.00 | $0.00
453
453
wieck | t | honored | $6,000.00 | $5,000.00
454
454
wieck | t | honored | $7,000.00 | $6,000.00
455
455
(11 rows)
@@ -469,7 +469,7 @@ select ename, who = current_user as "matches user", action, newsal, oldsal from
469
469
meyer | t | fired | $0.00 | $5,000.00
470
470
meyer | t | hired | $4,000.00 | $0.00
471
471
meyer | t | honored | $5,000.00 | $4,000.00
472
- wiech | t | hired | $5,000.00 | $0.00
472
+ wiecc | t | hired | $5,000.00 | $0.00
473
473
wieck | t | honored | $6,000.00 | $5,000.00
474
474
wieck | t | honored | $7,000.00 | $6,000.00
475
475
(14 rows)
0 commit comments