head     0.3;
branch   0.3.0;
access   ;
symbols  REL_0_3:0.3.0.1 ANDREW_JOLLY:0.3.0;
locks    ; strict;
comment  @# @;


0.3
date     94.09.04.00.53.42;  author andrew;  state Exp;
branches 0.3.0.1;
next     ;

0.3.0.1
date     94.09.04.00.53.43;  author andrew;  state Exp;
branches ;
next     ;


desc
@@



0.3
log
@Initial revision
@
text
@create rule example_2 as
on retrieve to emp.salary where current.name = 'bill'
do instead 
	select 3 * salary as salary
	from emp
	where name = 'sharon'
\g
@


0.3.0.1
log
@POSTGRES LITE   (c) 1994 Andrew Yu and Jolly Chen
@
text
@@
