postgresql/contrib/intagg
Bruce Momjian 926bbab448 Make /contrib install/uninstall script consistent:
remove transactions
	use create or replace function
	make formatting consistent
	set search patch on first line

Add documentation on modifying *.sql to set the search patch, and
mention that major upgrades should still run the installation scripts.

Some of these issues were spotted by Tom today.
2007-11-11 03:25:35 +00:00
..
Makefile Remove references to READMEs from /contrib Makefiles. 2007-11-10 23:59:52 +00:00
int_aggregate.c Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). 2007-02-27 23:48:10 +00:00
int_aggregate.sql.in Adjust the API for aggregate function calls so that a C-coded function 2005-03-12 20:25:06 +00:00
uninstall_int_aggregate.sql Make /contrib install/uninstall script consistent: 2007-11-11 03:25:35 +00:00