Re: [PATCHES] Fix syntax errors in contrib uninstall scripts

2006-03-13 Thread Neil Conway
On Sun, 2006-03-12 at 23:24 -0700, Michael Fuhr wrote: > Fix a number of syntax errors in contrib modules' uninstall scripts. Applied, thanks for the patch. -Neil ---(end of broadcast)--- TIP 3: Have you checked our extensive FAQ?

Re: [PATCHES] Fix syntax errors in contrib uninstall scripts

2006-03-12 Thread Neil Conway
On Sun, 2006-03-12 at 23:24 -0700, Michael Fuhr wrote: > Fix a number of syntax errors in contrib modules' uninstall scripts. I'll apply this tomorrow, barring any objections. -Neil ---(end of broadcast)--- TIP 6: explain analyze is your friend

[PATCHES] Fix syntax errors in contrib uninstall scripts

2006-03-12 Thread Michael Fuhr
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 FUN