head	1.1;
branch	1.1.1;
access;
symbols
	PG95_1_01:1.1.1.1
	PG95_1_0:1.1.1.1
	PG95_beta_03:1.1.1.1
	PG95_beta_02:1.1.1.1
	PG95_beta:1.1.1.1
	REL_0_4:1.1.1.1
	ANDREW_JOLLY:1.1.1;
locks; strict;
comment	@# @;


1.1
date	94.11.07.05.19.59;	author andrew;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	94.11.07.05.20.00;	author andrew;	state Exp;
branches;
next	;


desc
@@



1.1
log
@Initial revision
@
text
@create aggregate bletch (
   sfunc1 = int4mul, basetype = int4, stype1 = int4, 
   sfunc2 = int4inc, stype2 = int4, 
   finalfunc = int4div, 
   initcond1 = '1', 
   initcond2 = '0'
);
\g

select bletch{emp.salary where emp.salary <= 3000} as randomnum
from emp;
\g
@


1.1.1.1
log
@Copyright (c) 1994, POSTGRES Lite   Andrew Yu and Jolly Chen
@
text
@@
