.so that was
initially specified in the AS clause of the function
definitions. If this library is still there, bad things happen
as you are now mixing two different versions of the
.so
library.
Use the uninstall.sql script in the scripts/
directory.
AS clause
that defines the function or simply get()'ing
the function from within the R search path. This slows things
down as it should be done once for each query, rather than once
per-record. We can use this once-per-query approach in version
7.1 of Postgres and this will greatly improve performance.
DROP AGGREGATOR name basetype