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


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

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

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

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


desc
@@


1.4
log
@Oops!  Jumbled around checkin rather massively!
@
text
@/* here's what the version looks like */
retrieve (emp1.all)
\p
@


1.3
log
@demo shuffling
@
text
@d1 3
a3 4
retrieve (toyemp.all)
\g
retrieve (emp.all)
\g
@


1.2
log
@reorganized demo scripts
@
text
@d1 4
a4 3
/* here's what the version looks like */
retrieve (emp1.all)
\p
@


1.1
log
@Initial revision
@
text
@d1 3
a3 10
/* 
 * the view definition is equivalent to the following commands:
 */
create toyemp2(name = char16, age = int4, location = point, annualsal = int4)
\g
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"
\g
@
