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


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

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

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


desc
@@


1.3
log
@Oops!  Jumbled around checkin rather massively!
@
text
@/* 
 * then we add some instances to the version
 */

append emp1 (name = "jack", age = 40, salary = 20000, dept = "shoe")
\g
append emp1 (name = "joe", age = 25, salary = 3000, dept = "shoe")
\g
@


1.2
log
@demo shuffling
@
text
@d2 1
a2 1
 * the view definition is equivalent to the following commands:
d4 2
a5 1
create toyemp2(name = char16, age = int4, location = point, annualsal = int4)
d7 1
a7 4
define rule toyemp2_ret is
on retrieve to toyemp2 do instead
retrieve(emp.name, emp.age, emp.location, annualsal = 12*emp.salary)
where emp.dept = "toy"
@


1.1
log
@Initial revision
@
text
@d1 2
a2 2
/*
 * nested dot continues to work
d4 7
a10 4

retrieve (city.residents_2.name)
where city.name = "berkeley"
\p
@
