head     1.4;
branch   ;
access   ;
symbols  ;
locks    ; strict;
comment  @# @;


1.4
date     91.03.19.18.28.13;  author kemnitz;  state Exp;
branches ;
next     1.3;

1.3
date     91.03.19.16.30.04;  author kemnitz;  state Exp;
branches ;
next     1.2;

1.2
date     91.03.19.15.51.55;  author kemnitz;  state Exp;
branches ;
next     1.1;

1.1
date     91.03.19.00.24.51;  author kemnitz;  state Exp;
branches ;
next     ;


desc
@@


1.4
log
@Re-arranged somewhat.
@
text
@/*
 * and update an employee in the version and in the base table
 */

replace emp1 (salary = 5000) where emp1.name = "bill"
\p
@


1.3
log
@Oops!  Jumbled around checkin rather massively!
@
text
@d2 1
a2 1
 * and update a newly added instance
d4 2
a5 1
replace emp1 (salary = 2500) where emp1.name = "joe" and emp1.dept = "shoe"
@


1.2
log
@demo shuffling
@
text
@d1 4
a4 1
retrieve (toyemp2.all)
@


1.1
log
@Initial revision
@
text
@d1 2
a2 8
/*
 * functions can be added and dropped on the fly
 */
 
remove function manager_2
\g
remove function residents_2
\g
@
