Fix a number of syntax errors in contrib modules' uninstall scripts.

Neil Conway <neilc@samurai.com>

Commit: 48fb696753e267447f99914c7968d0b4ffb5c5dc
Author: Neil Conway <neilc@samurai.com>
Date: 2006-03-13T18:04:58Z
Releases: 8.2.0
Fix a number of syntax errors in contrib modules' uninstall scripts.
Most of the changes add the mandatory USING clause to DROP OPERATOR
CLASS statements.  DROP TYPE is now DROP TYPE CASCADE; without
CASCADE a DROP TYPE fails due to the circular dependency on the
type's I/O functions.  The DROP FUNCTION statements for the I/O
functions have been removed, as DROP TYPE CASCADE removes them
automatically. Patch from Michael Fuhr.

Files