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


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

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

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

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


desc
@@


1.4
log
@Oops!  Jumbled around checkin rather massively!
@
text
@create version emp1 from emp
\p
@


1.3
log
@demo shuffling
@
text
@d1 2
a2 6
retrieve (emp.salary) where emp.name = "sam"
\g
replace emp (salary = 6000) where emp.name = "bill"
\g
retrieve (emp.salary) where emp.name = "sam"
\g
@


1.2
log
@made a syntax error change.
@
text
@d1 6
a6 10
/*
 * a more complex complex object __ returns a set
 */

define postquel function residents_2 (city)
returns RELATION is
retrieve (p.all)
from p in person*
where p.location ---> city.location
\p
@


1.1
log
@Initial revision
@
text
@d6 1
a6 1
returns RELATION as
d9 1
a9 1
where p.location ___> city.location
@
