summaryrefslogtreecommitdiff
path: root/src/backend/tcop/postgres.c
diff options
context:
space:
mode:
authorNeil Conway2006-03-13 18:04:58 +0000
committerNeil Conway2006-03-13 18:04:58 +0000
commit463d236de58c5a58f1bc69f09603116fc125942b (patch)
tree7d221e4e6c5c089d1a8511f807245e888c22e686 /src/backend/tcop/postgres.c
parent4d26a66a39dd9f0407e0e2752400aff6fbfa06be (diff)
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.
Diffstat (limited to 'src/backend/tcop/postgres.c')
0 files changed, 0 insertions, 0 deletions